public final class DefaultSdkAsyncHttpClientBuilder extends Object implements SdkAsyncHttpClient.Builder
SdkHttpClient.| Constructor and Description |
|---|
DefaultSdkAsyncHttpClientBuilder() |
| Modifier and Type | Method and Description |
|---|---|
SdkAsyncHttpClient |
buildWithDefaults(AttributeMap serviceDefaults)
Create an
SdkAsyncHttpClient with service specific defaults applied. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildapplyMutationpublic SdkAsyncHttpClient buildWithDefaults(AttributeMap serviceDefaults)
SdkAsyncHttpClient.BuilderSdkAsyncHttpClient with service specific defaults applied. Applying service defaults is optional
and some options may not be supported by a particular implementation.buildWithDefaults in interface SdkAsyncHttpClient.BuilderserviceDefaults - Service specific defaults. Keys will be one of the constants defined in
SdkHttpConfigurationOption.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.