Package software.amazon.awssdk.regions
Class ServiceMetadataAdvancedOption<T>
- java.lang.Object
-
- software.amazon.awssdk.utils.AttributeMap.Key<T>
-
- software.amazon.awssdk.core.client.config.ClientOption<T>
-
- software.amazon.awssdk.regions.ServiceMetadataAdvancedOption<T>
-
- Type Parameters:
T- The type of value associated with the option.
@SdkPublicApi public class ServiceMetadataAdvancedOption<T> extends ClientOption<T>
A collection of advanced options that can be configured on aServiceMetadataviaServiceMetadataConfiguration.Builder.putAdvancedOption(ServiceMetadataAdvancedOption, Object).
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.awssdk.utils.AttributeMap.Key
AttributeMap.Key.UnsafeValueType
-
-
Field Summary
Fields Modifier and Type Field Description static ServiceMetadataAdvancedOption<String>DEFAULT_S3_US_EAST_1_REGIONAL_ENDPOINTThe default S3 regional endpoint setting for theus-east-1region to use.
-
Constructor Summary
Constructors Modifier Constructor Description protectedServiceMetadataAdvancedOption(Class<T> valueClass)
-
-
-
Field Detail
-
DEFAULT_S3_US_EAST_1_REGIONAL_ENDPOINT
public static final ServiceMetadataAdvancedOption<String> DEFAULT_S3_US_EAST_1_REGIONAL_ENDPOINT
The default S3 regional endpoint setting for theus-east-1region to use. Setting the value toregionalcauses the SDK to use thes3.us-east-1.amazonaws.comendpoint when using theRegion.US_EAST_1region instead of the globals3.amazonaws.comby default if it's not configured otherwise viaSdkSystemSetting.AWS_S3_US_EAST_1_REGIONAL_ENDPOINTorProfileProperty.S3_US_EAST_1_REGIONAL_ENDPOINT
-
-