@NotThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public final class AWSS3ControlClientBuilder extends AwsSyncClientBuilder<AWSS3ControlClientBuilder,AWSS3Control>
AWSS3Control. Use of the builder is preferred over using
 constructors of the client class.AwsClientBuilder.EndpointConfiguration| Modifier and Type | Method and Description | 
|---|---|
static AWSS3Control | 
defaultClient()  | 
AWSS3ControlClientBuilder | 
enableDualstack()
Enables use of Dual-Stack endpoints (supports both IPv4 and IPv6) on clients built with this builder. 
 | 
AWSS3ControlClientBuilder | 
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 AWSS3ControlClientBuilder | 
standard()  | 
AWSS3ControlClientBuilder | 
withDualstackEnabled(Boolean dualstackEnabled)
Sets the status of Dual-Stack endpoints (supports both IPv4 and IPv6) for clients built with this builder. 
 | 
AWSS3ControlClientBuilder | 
withFipsEnabled(Boolean fipsEnabled)
Sets the status of FIPS enabled endpoints for clients built with this builder. 
 | 
buildgetClientConfiguration, getClientSideMonitoringConfigurationProvider, getCredentials, getEndpoint, getMetricsCollector, getMonitoringListener, getRegion, getRequestHandlers, setClientConfiguration, setClientSideMonitoringConfigurationProvider, setCredentials, setEndpointConfiguration, setMetricsCollector, setMonitoringListener, setRegion, setRequestHandlers, withClientConfiguration, withClientSideMonitoringConfigurationProvider, withCredentials, withEndpointConfiguration, withMetricsCollector, withMonitoringListener, withRegion, withRegion, withRequestHandlerspublic static AWSS3ControlClientBuilder standard()
public static AWSS3Control defaultClient()
DefaultAWSCredentialsProviderChain and
         DefaultAwsRegionProviderChain chainpublic Boolean isDualstackEnabled()
public AWSS3ControlClientBuilder 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 AWSS3ControlClientBuilder 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 AWSS3ControlClientBuilder enableFips()
public void setFipsEnabled(Boolean fipsEnabled)
fipsEnabled - True if FIPS endpoints should be used, false if FIPS endpoints should not be used.public AWSS3ControlClientBuilder withFipsEnabled(Boolean fipsEnabled)
fipsEnabled - True if FIPS endpoints should be used, false if FIPS endpoints should not be used.