Class InternalCoreExecutionAttribute
- java.lang.Object
-
- software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
-
- software.amazon.awssdk.core.internal.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 Summary
Fields Modifier and Type Field Description static ExecutionAttribute<Integer>EXECUTION_ATTEMPTThe key to store the execution attempt number that is used by handlers in the async request pipeline to help regulate their behavior.static ExecutionAttribute<RequestBodyMetrics>REQUEST_BODY_METRICSMetrics for tracking request body bytes written and timing for WRITE_THROUGHPUT calculation.static ExecutionAttribute<RetryToken>RETRY_TOKEN-
Fields inherited from class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
API_CALL_ATTEMPT_METRIC_COLLECTOR, API_CALL_METRIC_COLLECTOR, CLIENT_ENDPOINT, CLIENT_TYPE, ENDPOINT_OVERRIDDEN, HTTP_CHECKSUM_VALIDATION_ALGORITHM, HTTP_CHECKSUM_VALIDATION_ALGORITHM_V2, HTTP_RESPONSE_CHECKSUM_VALIDATION, OPERATION_NAME, PROFILE_FILE, PROFILE_FILE_SUPPLIER, PROFILE_NAME, RESOLVED_CHECKSUM_SPECS, SERVICE_CONFIG, SERVICE_NAME, SIGNER_OVERRIDDEN, TIME_OFFSET
-
-
-
-
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.
-
RETRY_TOKEN
public static final ExecutionAttribute<RetryToken> RETRY_TOKEN
-
REQUEST_BODY_METRICS
public static final ExecutionAttribute<RequestBodyMetrics> REQUEST_BODY_METRICS
Metrics for tracking request body bytes written and timing for WRITE_THROUGHPUT calculation.
-
-