@NotThreadSafe public static interface S3ControlConfiguration.Builder extends CopyableBuilder<S3ControlConfiguration.Builder,S3ControlConfiguration>
| Modifier and Type | Method and Description |
|---|---|
Boolean |
dualstackEnabled() |
S3ControlConfiguration.Builder |
dualstackEnabled(Boolean dualstackEnabled)
Deprecated.
This option has been replaced with
AwsClientBuilder.dualstackEnabled(Boolean). If both are
set, an exception will be thrown. |
Boolean |
fipsModeEnabled() |
S3ControlConfiguration.Builder |
fipsModeEnabled(Boolean fipsModeEnabled)
Deprecated.
This has been deprecated in favor of
AwsClientBuilder.fipsEnabled(Boolean). If both are
set, an exception will be thrown. |
ProfileFile |
profileFile() |
S3ControlConfiguration.Builder |
profileFile(ProfileFile profileFile)
The profile file that should be consulted to determine the service-specific default configuration.
|
S3ControlConfiguration.Builder |
profileFile(Supplier<ProfileFile> profileFile)
The profile file supplier that should be consulted to determine the service-specific default configuration.
|
Supplier<ProfileFile> |
profileFileSupplier() |
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()
@Deprecated S3ControlConfiguration.Builder dualstackEnabled(Boolean dualstackEnabled)
AwsClientBuilder.dualstackEnabled(Boolean). If both are
set, an exception will be thrown.Dualstack endpoints are disabled by default.
Boolean fipsModeEnabled()
@Deprecated S3ControlConfiguration.Builder fipsModeEnabled(Boolean fipsModeEnabled)
AwsClientBuilder.fipsEnabled(Boolean). If both are
set, an exception will be thrown.FIPS mode is disabled by default.
S3ControlConfiguration.Builder useArnRegionEnabled(Boolean arnRegionEnabled)
Boolean useArnRegionEnabled()
ProfileFile profileFile()
S3ControlConfiguration.Builder profileFile(ProfileFile profileFile)
Supplier<ProfileFile> profileFileSupplier()
S3ControlConfiguration.Builder profileFile(Supplier<ProfileFile> profileFile)
String profileName()
S3ControlConfiguration.Builder profileName(String profileName)
Copyright © 2023. All rights reserved.