Class CfnBucketPropsMixin.DeleteMarkerReplicationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3.CfnBucketPropsMixin.DeleteMarkerReplicationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBucketPropsMixin.DeleteMarkerReplicationProperty>
- Enclosing interface:
CfnBucketPropsMixin.DeleteMarkerReplicationProperty
@Stability(Stable)
public static final class CfnBucketPropsMixin.DeleteMarkerReplicationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBucketPropsMixin.DeleteMarkerReplicationProperty>
A builder for
CfnBucketPropsMixin.DeleteMarkerReplicationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnBucketPropsMixin.DeleteMarkerReplicationProperty.getStatus()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
status
@Stability(Stable) public CfnBucketPropsMixin.DeleteMarkerReplicationProperty.Builder status(String status) Sets the value ofCfnBucketPropsMixin.DeleteMarkerReplicationProperty.getStatus()- Parameters:
status- Indicates whether to replicate delete markers.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBucketPropsMixin.DeleteMarkerReplicationProperty>- Returns:
- a new instance of
CfnBucketPropsMixin.DeleteMarkerReplicationProperty - Throws:
NullPointerException- if any required attribute was not provided
-