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>
TODO: We should deprecate this builder - execution attributes are mutable - why do we need a builder? We can just use copy() if it's because of ExecutionAttributes.unmodifiableExecutionAttributes(ExecutionAttributes).