Class ClientAsyncConfiguration
java.lang.Object
software.amazon.awssdk.core.client.config.ClientAsyncConfiguration
- All Implemented Interfaces:
ToCopyableBuilder<ClientAsyncConfiguration.Builder,ClientAsyncConfiguration>
@Immutable
@SdkPublicApi
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceConfigure and create aClientAsyncConfiguration. -
Method Summary
Modifier and TypeMethodDescription<T> TadvancedOption(SdkAdvancedAsyncClientOption<T> option) Load the requested advanced option that was configured on the client builder.builder()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ClientAsyncConfiguration.Builder,ClientAsyncConfiguration>
-
advancedOption
Load the requested advanced option that was configured on the client builder. This will return null if the value was not configured.
-