@NotThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public final class AWSS3ControlAsyncClientBuilder extends AwsAsyncClientBuilder<AWSS3ControlAsyncClientBuilder,AWSS3ControlAsync>
AWSS3ControlAsync
. Use of the builder is preferred over
using constructors of the client class.AwsClientBuilder.EndpointConfiguration
Modifier and Type | Method and Description |
---|---|
static AWSS3ControlAsync |
defaultClient() |
AWSS3ControlAsyncClientBuilder |
enableDualstack()
Enables use of Dual-Stack endpoints (supports both IPv4 and IPv6) on clients built with this builder.
|
AWSS3ControlAsyncClientBuilder |
enableFips()
Enables use of FIPS endpoints on clients built with this builder.
|
Boolean |
isDualstackEnabled() |
Boolean |
isFipsEnabled() |
void |
setDualstackEnabled(Boolean dualstackEnabled)
Sets the status of Dual-Stack endpoints (supports both IPv4 and IPv6) for clients built with this builder.
|
void |
setFipsEnabled(Boolean fipsEnabled)
Sets the status of FIPS enabled endpoints for clients built with this builder.
|
static AWSS3ControlAsyncClientBuilder |
standard() |
AWSS3ControlAsyncClientBuilder |
withDualstackEnabled(Boolean dualstackEnabled)
Sets the status of Dual-Stack endpoints (supports both IPv4 and IPv6) for clients built with this builder.
|
AWSS3ControlAsyncClientBuilder |
withFipsEnabled(Boolean fipsEnabled)
Sets the status of FIPS enabled endpoints for clients built with this builder.
|
build, getExecutorFactory, setExecutorFactory, withExecutorFactory
getClientConfiguration, getClientSideMonitoringConfigurationProvider, getCredentials, getEndpoint, getMetricsCollector, getMonitoringListener, getRegion, getRequestHandlers, setClientConfiguration, setClientSideMonitoringConfigurationProvider, setCredentials, setEndpointConfiguration, setMetricsCollector, setMonitoringListener, setRegion, setRequestHandlers, withClientConfiguration, withClientSideMonitoringConfigurationProvider, withCredentials, withEndpointConfiguration, withMetricsCollector, withMonitoringListener, withRegion, withRegion, withRequestHandlers
public static AWSS3ControlAsyncClientBuilder standard()
public static AWSS3ControlAsync defaultClient()
DefaultAWSCredentialsProviderChain
and
DefaultAwsRegionProviderChain
chainpublic Boolean isDualstackEnabled()
public AWSS3ControlAsyncClientBuilder enableDualstack()
public void setDualstackEnabled(Boolean dualstackEnabled)
dualstackEnabled
- True if Dual-Stack endpoints should be used, false if Dual-Stack endpoints should not be used.public AWSS3ControlAsyncClientBuilder withDualstackEnabled(Boolean dualstackEnabled)
dualstackEnabled
- True if Dual-Stack endpoints should be used, false if Dual-Stack endpoints should not be used.public Boolean isFipsEnabled()
public AWSS3ControlAsyncClientBuilder enableFips()
public void setFipsEnabled(Boolean fipsEnabled)
fipsEnabled
- True if FIPS endpoints should be used, false if FIPS endpoints should not be used.public AWSS3ControlAsyncClientBuilder withFipsEnabled(Boolean fipsEnabled)
fipsEnabled
- True if FIPS endpoints should be used, false if FIPS endpoints should not be used.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.