T - The type of value associated with the option.public class ServiceMetadataAdvancedOption<T> extends ClientOption<T>
ServiceMetadata via
ServiceMetadataConfiguration.Builder.putAdvancedOption(ServiceMetadataAdvancedOption, Object).AttributeMap.Key.UnsafeValueType| Modifier and Type | Field and Description |
|---|---|
static ServiceMetadataAdvancedOption<String> |
DEFAULT_S3_US_EAST_1_REGIONAL_ENDPOINT
The default S3 regional endpoint setting for the
us-east-1 region to use. |
| Modifier | Constructor and Description |
|---|---|
protected |
ServiceMetadataAdvancedOption(Class<T> valueClass) |
public static final ServiceMetadataAdvancedOption<String> DEFAULT_S3_US_EAST_1_REGIONAL_ENDPOINT
us-east-1 region to use. Setting
the value to regional causes the SDK to use the s3.us-east-1.amazonaws.com endpoint when using the
Region.US_EAST_1 region instead of the global s3.amazonaws.com by default if it's not configured otherwise
via SdkSystemSetting.AWS_S3_US_EAST_1_REGIONAL_ENDPOINT or ProfileProperty.S3_US_EAST_1_REGIONAL_ENDPOINTCopyright © 2022. All rights reserved.