@NotThreadSafe public static interface S3ControlConfiguration.Builder extends CopyableBuilder<S3ControlConfiguration.Builder,S3ControlConfiguration>
| Modifier and Type | Method and Description |
|---|---|
Boolean |
dualstackEnabled() |
S3ControlConfiguration.Builder |
dualstackEnabled(Boolean dualstackEnabled)
Option to enable using the dualstack endpoints when accessing S3.
|
Boolean |
fipsModeEnabled() |
S3ControlConfiguration.Builder |
fipsModeEnabled(Boolean fipsModeEnabled)
Option to enable using the fips endpoint when accessing S3 Control.
|
ProfileFile |
profileFile() |
S3ControlConfiguration.Builder |
profileFile(ProfileFile profileFile)
The profile file that should be consulted to determine the service-specific default configuration.
|
String |
profileName() |
S3ControlConfiguration.Builder |
profileName(String profileName)
The profile name that should be consulted to determine the service-specific default configuration.
|
Boolean |
useArnRegionEnabled()
Option to enable the client to make calls to a region specified in an ARN that represents an S3 resource
even if that region is different to the region the client was initialized with.
|
S3ControlConfiguration.Builder |
useArnRegionEnabled(Boolean arnRegionEnabled)
Option to enable the client to make calls to a region specified in an ARN that represents an S3 resource
even if that region is different to the region the client was initialized with.
|
copyapplyMutation, buildBoolean dualstackEnabled()
S3ControlConfiguration.Builder dualstackEnabled(Boolean dualstackEnabled)
Dualstack endpoints are disabled by default.
Boolean fipsModeEnabled()
S3ControlConfiguration.Builder fipsModeEnabled(Boolean fipsModeEnabled)
FIPS mode is disabled by default.
S3ControlConfiguration.Builder useArnRegionEnabled(Boolean arnRegionEnabled)
Boolean useArnRegionEnabled()
ProfileFile profileFile()
S3ControlConfiguration.Builder profileFile(ProfileFile profileFile)
String profileName()
S3ControlConfiguration.Builder profileName(String profileName)
Copyright © 2021. All rights reserved.