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 Summary
Modifier and TypeMethodDescriptionbuild()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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Method Details
-
put
Add a mapping between the provided key and value. -
putAll
Adds all the attributes from the map provided. -
build
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<ExecutionAttributes.Builder,ExecutionAttributes>
-