Class ClientAsyncConfiguration

java.lang.Object
software.amazon.awssdk.core.client.config.ClientAsyncConfiguration
All Implemented Interfaces:
ToCopyableBuilder<ClientAsyncConfiguration.Builder,ClientAsyncConfiguration>

@Immutable public final class ClientAsyncConfiguration extends Object implements ToCopyableBuilder<ClientAsyncConfiguration.Builder,ClientAsyncConfiguration>
Async configuration values for which the client already provides sensible defaults. All values are optional, and not specifying them will use optimal values defined by the service itself.

Use builder() to create a set of options.