public final class ClientAsyncHttpConfiguration extends Object implements ToCopyableBuilder<ClientAsyncHttpConfiguration.Builder,ClientAsyncHttpConfiguration>
SdkAsyncHttpClient, but not both.| Modifier and Type | Class and Description |
|---|---|
static interface |
ClientAsyncHttpConfiguration.Builder
A builder for
ClientAsyncHttpConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
static ClientAsyncHttpConfiguration.Builder |
builder() |
Optional<SdkAsyncHttpClient> |
httpClient() |
Optional<SdkAsyncHttpClientFactory> |
httpClientFactory() |
ClientAsyncHttpConfiguration.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 Optional<SdkAsyncHttpClient> httpClient()
SdkAsyncHttpClient or an empty Optional if not present.public Optional<SdkAsyncHttpClientFactory> httpClientFactory()
SdkAsyncHttpClientFactory or an empty Optional if not present.public ClientAsyncHttpConfiguration.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ClientAsyncHttpConfiguration.Builder,ClientAsyncHttpConfiguration>public static ClientAsyncHttpConfiguration.Builder builder()
ClientAsyncHttpConfiguration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.