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