@NotThreadSafe public final class ExecutionContext extends Object implements ToCopyableBuilder<ExecutionContext.Builder,ExecutionContext>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ExecutionContext.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static ExecutionContext.Builder | 
builder()  | 
ExecutionAttributes | 
executionAttributes()  | 
ExecutionInterceptorChain | 
interceptorChain()  | 
InterceptorContext | 
interceptorContext()  | 
ExecutionContext | 
interceptorContext(InterceptorContext interceptorContext)  | 
Signer | 
signer()  | 
ExecutionContext.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopypublic static ExecutionContext.Builder builder()
public InterceptorContext interceptorContext()
public ExecutionContext interceptorContext(InterceptorContext interceptorContext)
public ExecutionInterceptorChain interceptorChain()
public ExecutionAttributes executionAttributes()
public Signer signer()
public ExecutionContext.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ExecutionContext.Builder,ExecutionContext>Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.