Class InternalCoreExecutionAttribute


  • @SdkInternalApi
    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 Detail

      • 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.