public static interface AwsS3BucketBucketVersioningConfiguration.Builder extends SdkPojo, CopyableBuilder<AwsS3BucketBucketVersioningConfiguration.Builder,AwsS3BucketBucketVersioningConfiguration>
| Modifier and Type | Method and Description |
|---|---|
AwsS3BucketBucketVersioningConfiguration.Builder |
isMfaDeleteEnabled(Boolean isMfaDeleteEnabled)
Specifies whether MFA delete is currently enabled in the S3 bucket versioning configuration.
|
AwsS3BucketBucketVersioningConfiguration.Builder |
status(String status)
The versioning status of the S3 bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsS3BucketBucketVersioningConfiguration.Builder isMfaDeleteEnabled(Boolean isMfaDeleteEnabled)
Specifies whether MFA delete is currently enabled in the S3 bucket versioning configuration. If the S3 bucket was never configured with MFA delete, then this attribute is not included.
isMfaDeleteEnabled - Specifies whether MFA delete is currently enabled in the S3 bucket versioning configuration. If the S3
bucket was never configured with MFA delete, then this attribute is not included.AwsS3BucketBucketVersioningConfiguration.Builder status(String status)
The versioning status of the S3 bucket. Valid values are Enabled or Suspended.
status - The versioning status of the S3 bucket. Valid values are Enabled or
Suspended.Copyright © 2023. All rights reserved.