Class SdkClientConfiguration.Builder
java.lang.Object
software.amazon.awssdk.core.client.config.SdkClientConfiguration.Builder
- All Implemented Interfaces:
Buildable,CopyableBuilder<SdkClientConfiguration.Builder,,SdkClientConfiguration> SdkBuilder<SdkClientConfiguration.Builder,SdkClientConfiguration>
- Enclosing class:
SdkClientConfiguration
public static final class SdkClientConfiguration.Builder
extends Object
implements CopyableBuilder<SdkClientConfiguration.Builder,SdkClientConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()An immutable object that is created from the properties that have been set on the builder.<T> Toption(ClientOption<T> option) Retrieve the value of a specific option.option(ClientOption<T> option, T value) Configure the value of a specific option.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Method Details
-
option
Configure the value of a specific option. -
option
Retrieve the value of a specific option. -
build
Description copied from interface:SdkBuilderAn immutable object that is created from the properties that have been set on the builder.- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<SdkClientConfiguration.Builder,SdkClientConfiguration> - Returns:
- an instance of T
-