Class InternalCoreExecutionAttribute

java.lang.Object
software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
software.amazon.awssdk.core.internal.InternalCoreExecutionAttribute

public final class InternalCoreExecutionAttribute extends SdkExecutionAttribute
Attributes that can be applied to all sdk requests. These attributes are only used internally by the core to handle executions through the pipeline.
  • Field Details

    • EXECUTION_ATTEMPT

      public static final ExecutionAttribute<Integer> EXECUTION_ATTEMPT
      The key to store the execution attempt number that is used by handlers in the async request pipeline to help regulate their behavior.