public static class ExecutionContext.Builder extends Object implements CopyableBuilder<ExecutionContext.Builder,ExecutionContext>
Constructor and Description |
---|
Builder(ExecutionContext executionContext) |
Modifier and Type | Method and Description |
---|---|
ExecutionContext |
build()
An immutable object that is created from the
properties that have been set on the builder.
|
ExecutionContext.Builder |
executionAttributes(ExecutionAttributes executionAttributes) |
ExecutionContext.Builder |
interceptorChain(ExecutionInterceptorChain interceptorChain) |
ExecutionContext.Builder |
interceptorContext(InterceptorContext interceptorContext) |
ExecutionContext.Builder |
signer(Signer signer) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
copy
applyMutation
public Builder(ExecutionContext executionContext)
public ExecutionContext.Builder interceptorContext(InterceptorContext interceptorContext)
public ExecutionContext.Builder interceptorChain(ExecutionInterceptorChain interceptorChain)
public ExecutionContext.Builder executionAttributes(ExecutionAttributes executionAttributes)
public ExecutionContext.Builder signer(Signer signer)
public ExecutionContext build()
SdkBuilder
build
in interface Buildable
build
in interface SdkBuilder<ExecutionContext.Builder,ExecutionContext>
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.