Package software.amazon.awssdk.core.http
Class ExecutionContext.Builder
java.lang.Object
software.amazon.awssdk.core.http.ExecutionContext.Builder
- All Implemented Interfaces:
Buildable,CopyableBuilder<ExecutionContext.Builder,,ExecutionContext> SdkBuilder<ExecutionContext.Builder,ExecutionContext>
- Enclosing class:
- ExecutionContext
public static class ExecutionContext.Builder
extends Object
implements CopyableBuilder<ExecutionContext.Builder,ExecutionContext>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()executionAttributes(ExecutionAttributes executionAttributes) interceptorChain(ExecutionInterceptorChain interceptorChain) interceptorContext(InterceptorContext interceptorContext) metricCollector(MetricCollector metricCollector) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Method Details
-
interceptorContext
-
interceptorChain
-
executionAttributes
-
signer
-
metricCollector
-
build
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<ExecutionContext.Builder,ExecutionContext>
-