Class ExecutionAttributes

java.lang.Object
software.amazon.awssdk.core.interceptor.ExecutionAttributes
All Implemented Interfaces:
ToCopyableBuilder<ExecutionAttributes.Builder,ExecutionAttributes>

@NotThreadSafe public class ExecutionAttributes extends Object implements ToCopyableBuilder<ExecutionAttributes.Builder,ExecutionAttributes>
A mutable collection of ExecutionAttributes that can be modified by ExecutionInterceptors in order to save and retrieve information specific to the current execution. This is useful for sharing data between ExecutionInterceptor method calls specific to a particular execution.