T
- The type of value associated with the option.public class AdvancedClientOption<T> extends AttributeMap.Key<T>
ClientOverrideConfiguration.Builder.advancedOption(AdvancedClientOption, Object)
.
These options are usually not required outside of testing or advanced libraries, so most users should not need to configure them.
Modifier and Type | Field and Description |
---|---|
static AdvancedClientOption<Region> |
AWS_REGION
AWS Region the client was configured with.
|
static AdvancedClientOption<Boolean> |
ENABLE_DEFAULT_REGION_DETECTION
Whether region detection should be enabled.
|
static AdvancedClientOption<SignerProvider> |
SIGNER_PROVIDER
Configure the signer factory that should be used when generating signers in communication with AWS.
|
static AdvancedClientOption<String> |
USER_AGENT_PREFIX
Set the prefix of the user agent that is sent with each request to AWS.
|
static AdvancedClientOption<String> |
USER_AGENT_SUFFIX
Set the suffix of the user agent that is sent with each request to AWS.
|
public static final AdvancedClientOption<String> USER_AGENT_PREFIX
public static final AdvancedClientOption<String> USER_AGENT_SUFFIX
public static final AdvancedClientOption<SignerProvider> SIGNER_PROVIDER
public static final AdvancedClientOption<Region> AWS_REGION
public static final AdvancedClientOption<Boolean> ENABLE_DEFAULT_REGION_DETECTION
ClientBuilder#region(Region)
is not
specified. This is enabled by default.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.