Interface AwsS3BucketBucketVersioningConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AwsS3BucketBucketVersioningConfiguration.Builder,AwsS3BucketBucketVersioningConfiguration>, SdkBuilder<AwsS3BucketBucketVersioningConfiguration.Builder,AwsS3BucketBucketVersioningConfiguration>, SdkPojo
Enclosing class:
AwsS3BucketBucketVersioningConfiguration

public static interface AwsS3BucketBucketVersioningConfiguration.Builder extends SdkPojo, CopyableBuilder<AwsS3BucketBucketVersioningConfiguration.Builder,AwsS3BucketBucketVersioningConfiguration>
  • Method Details

    • isMfaDeleteEnabled

      AwsS3BucketBucketVersioningConfiguration.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The versioning status of the S3 bucket. Valid values are Enabled or Suspended.

      Parameters:
      status - The versioning status of the S3 bucket. Valid values are Enabled or Suspended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.