@Immutable public final class ClientAsyncConfiguration extends Object implements ToCopyableBuilder<ClientAsyncConfiguration.Builder,ClientAsyncConfiguration>
Use builder() to create a set of options.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
ClientAsyncConfiguration.Builder
Configure and create a  
ClientAsyncConfiguration. | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
advancedOption(SdkAdvancedAsyncClientOption<T> option)
Load the requested advanced option that was configured on the client builder. 
 | 
static ClientAsyncConfiguration.Builder | 
builder()  | 
ClientAsyncConfiguration.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 ClientAsyncConfiguration.Builder builder()
public ClientAsyncConfiguration.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ClientAsyncConfiguration.Builder,ClientAsyncConfiguration>public <T> T advancedOption(SdkAdvancedAsyncClientOption<T> option)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.