Package software.amazon.awssdk.core.http
Class ExecutionContext
java.lang.Object
software.amazon.awssdk.core.http.ExecutionContext
- All Implemented Interfaces:
ToCopyableBuilder<ExecutionContext.Builder,
ExecutionContext>
@NotThreadSafe
public final class ExecutionContext
extends Object
implements ToCopyableBuilder<ExecutionContext.Builder,ExecutionContext>
Warning: This class should only be accessed by a single thread and be used throughout a single request lifecycle.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutionContext.Builder
builder()
interceptorContext
(InterceptorContext interceptorContext) signer()
Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
-
interceptorContext
-
interceptorContext
-
interceptorChain
-
executionAttributes
-
signer
-
metricCollector
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<ExecutionContext.Builder,
ExecutionContext> - Returns:
- a builder for type T
-