Class ExecutionAttributes.Builder
java.lang.Object
software.amazon.awssdk.core.interceptor.ExecutionAttributes.Builder
- All Implemented Interfaces:
- Buildable,- CopyableBuilder<ExecutionAttributes.Builder,,- ExecutionAttributes> - SdkBuilder<ExecutionAttributes.Builder,- ExecutionAttributes> 
- Enclosing class:
- ExecutionAttributes
public static final class ExecutionAttributes.Builder
extends Object
implements CopyableBuilder<ExecutionAttributes.Builder,ExecutionAttributes> 
- 
Method SummaryModifier and TypeMethodDescriptionbuild()An immutable object that is created from the properties that have been set on the builder.put(ExecutionAttribute<T> key, T value) Add a mapping between the provided key and value.putAll(Map<? extends ExecutionAttribute<?>, ?> attributes) Adds all the attributes from the map provided.Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation
- 
Method Details- 
putAdd a mapping between the provided key and value.
- 
putAllAdds all the attributes from the map provided.
- 
buildDescription copied from interface:SdkBuilderAn immutable object that is created from the properties that have been set on the builder.- Specified by:
- buildin interface- Buildable
- Specified by:
- buildin interface- SdkBuilder<ExecutionAttributes.Builder,- ExecutionAttributes> 
- Returns:
- an instance of T
 
 
-