public static interface VersioningConfiguration.Builder extends SdkPojo, CopyableBuilder<VersioningConfiguration.Builder,VersioningConfiguration>
| Modifier and Type | Method and Description |
|---|---|
VersioningConfiguration.Builder |
mfaDelete(MFADelete mfaDelete)
Specifies whether MFA delete is enabled or disabled in the bucket versioning configuration for the S3 on
Outposts bucket.
|
VersioningConfiguration.Builder |
mfaDelete(String mfaDelete)
Specifies whether MFA delete is enabled or disabled in the bucket versioning configuration for the S3 on
Outposts bucket.
|
VersioningConfiguration.Builder |
status(BucketVersioningStatus status)
Sets the versioning state of the S3 on Outposts bucket.
|
VersioningConfiguration.Builder |
status(String status)
Sets the versioning state of the S3 on Outposts bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVersioningConfiguration.Builder mfaDelete(String mfaDelete)
Specifies whether MFA delete is enabled or disabled in the bucket versioning configuration for the S3 on Outposts bucket.
VersioningConfiguration.Builder mfaDelete(MFADelete mfaDelete)
Specifies whether MFA delete is enabled or disabled in the bucket versioning configuration for the S3 on Outposts bucket.
VersioningConfiguration.Builder status(String status)
Sets the versioning state of the S3 on Outposts bucket.
status - Sets the versioning state of the S3 on Outposts bucket.BucketVersioningStatus,
BucketVersioningStatusVersioningConfiguration.Builder status(BucketVersioningStatus status)
Sets the versioning state of the S3 on Outposts bucket.
status - Sets the versioning state of the S3 on Outposts bucket.BucketVersioningStatus,
BucketVersioningStatusCopyright © 2022. All rights reserved.