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.
A collection of advanced options that can be configured on a 
ServiceMetadata via
 ServiceMetadataConfiguration.Builder.putAdvancedOption(ServiceMetadataAdvancedOption, Object).- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServiceMetadataAdvancedOption<String> The default S3 regional endpoint setting for theus-east-1region to use. - 
Method Summary
Methods inherited from class software.amazon.awssdk.utils.AttributeMap.Key
convertValue 
- 
Field Details
- 
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 
 -