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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetBucketVersioningResponse.BuildermfaDelete(String mfaDelete)Specifies whether MFA delete is enabled in the bucket versioning configuration.GetBucketVersioningResponse.BuildermfaDelete(MFADeleteStatus mfaDelete)Specifies whether MFA delete is enabled in the bucket versioning configuration.GetBucketVersioningResponse.Builderstatus(String status)The versioning state of the S3 on Outposts bucket.GetBucketVersioningResponse.Builderstatus(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 Detail
-
status
GetBucketVersioningResponse.Builder status(String 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:
BucketVersioningStatus,BucketVersioningStatus
-
status
GetBucketVersioningResponse.Builder status(BucketVersioningStatus 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:
BucketVersioningStatus,BucketVersioningStatus
-
mfaDelete
GetBucketVersioningResponse.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.
- 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:
MFADeleteStatus,MFADeleteStatus
-
mfaDelete
GetBucketVersioningResponse.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.
- 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:
MFADeleteStatus,MFADeleteStatus
-
-