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> T
option
(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, wait
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods 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:SdkBuilder
An immutable object that is created from the properties that have been set on the builder.- Specified by:
build
in interfaceBuildable
- Specified by:
build
in interfaceSdkBuilder<SdkClientConfiguration.Builder,
SdkClientConfiguration> - Returns:
- an instance of T
-