public static interface GetBucketVersioningResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<GetBucketVersioningResponse.Builder,GetBucketVersioningResponse>
| Modifier and Type | Method and Description |
|---|---|
GetBucketVersioningResponse.Builder |
mfaDelete(MFADeleteStatus mfaDelete)
Specifies whether MFA delete is enabled in the bucket versioning configuration.
|
GetBucketVersioningResponse.Builder |
mfaDelete(String mfaDelete)
Specifies whether MFA delete is enabled in the bucket versioning configuration.
|
GetBucketVersioningResponse.Builder |
status(BucketVersioningStatus status)
The versioning state of the S3 on Outposts bucket.
|
GetBucketVersioningResponse.Builder |
status(String status)
The versioning state of the S3 on Outposts bucket.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBucketVersioningResponse.Builder status(String status)
The versioning state of the S3 on Outposts bucket.
status - The versioning state of the S3 on Outposts bucket.BucketVersioningStatus,
BucketVersioningStatusGetBucketVersioningResponse.Builder status(BucketVersioningStatus status)
The versioning state of the S3 on Outposts bucket.
status - The versioning state of the S3 on Outposts bucket.BucketVersioningStatus,
BucketVersioningStatusGetBucketVersioningResponse.Builder mfaDelete(String mfaDelete)
Specifies whether MFA delete is enabled in the bucket versioning configuration. This element is returned only if the bucket has been configured with MFA delete. If MFA delete has never been configured for the bucket, this element is not returned.
mfaDelete - Specifies whether MFA delete is enabled in the bucket versioning configuration. This element is
returned only if the bucket has been configured with MFA delete. If MFA delete has never been
configured for the bucket, this element is not returned.MFADeleteStatus,
MFADeleteStatusGetBucketVersioningResponse.Builder mfaDelete(MFADeleteStatus mfaDelete)
Specifies whether MFA delete is enabled in the bucket versioning configuration. This element is returned only if the bucket has been configured with MFA delete. If MFA delete has never been configured for the bucket, this element is not returned.
mfaDelete - Specifies whether MFA delete is enabled in the bucket versioning configuration. This element is
returned only if the bucket has been configured with MFA delete. If MFA delete has never been
configured for the bucket, this element is not returned.MFADeleteStatus,
MFADeleteStatusCopyright © 2023. All rights reserved.