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 SummaryModifier and TypeMethodDescriptionbuild()An immutable object that is created from the properties that have been set on the builder.executionAttributes(ExecutionAttributes executionAttributes) interceptorChain(ExecutionInterceptorChain interceptorChain) interceptorContext(InterceptorContext interceptorContext) metricCollector(MetricCollector metricCollector) Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation
- 
Method Details- 
interceptorContext
- 
interceptorChain
- 
executionAttributes
- 
signer
- 
metricCollector
- 
buildDescription copied from interface:SdkBuilderAn immutable object that is created from the properties that have been set on the builder.- Specified by:
- buildin interface- Buildable
- Specified by:
- buildin interface- SdkBuilder<ExecutionContext.Builder,- ExecutionContext> 
- Returns:
- an instance of T
 
 
-