Interface GetBucketVersioningResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetBucketVersioningResponse.Builder,
,GetBucketVersioningResponse> S3ControlResponse.Builder
,SdkBuilder<GetBucketVersioningResponse.Builder,
,GetBucketVersioningResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetBucketVersioningResponse
public static interface GetBucketVersioningResponse.Builder
extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<GetBucketVersioningResponse.Builder,GetBucketVersioningResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether MFA delete is enabled in the bucket versioning configuration.mfaDelete
(MFADeleteStatus mfaDelete) Specifies whether MFA delete is enabled in the bucket versioning configuration.The versioning state of the S3 on Outposts bucket.status
(BucketVersioningStatus status) The versioning state of the S3 on Outposts bucket.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.s3control.model.S3ControlResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
status
The versioning state of the S3 on Outposts bucket.
- Parameters:
status
- The versioning state of the S3 on Outposts bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The versioning state of the S3 on Outposts bucket.
- Parameters:
status
- The versioning state of the S3 on Outposts bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-