@Stability(value=Stable) public static final class CfnReplicationSet.Builder extends Object implements software.amazon.jsii.Builder<CfnReplicationSet>
CfnReplicationSet.| Modifier and Type | Method and Description |
|---|---|
CfnReplicationSet |
build() |
static CfnReplicationSet.Builder |
create(software.constructs.Construct scope,
String id) |
CfnReplicationSet.Builder |
deletionProtected(Boolean deletionProtected)
Determines if the replication set deletion protection is enabled or not.
|
CfnReplicationSet.Builder |
deletionProtected(IResolvable deletionProtected)
Determines if the replication set deletion protection is enabled or not.
|
CfnReplicationSet.Builder |
regions(IResolvable regions)
Specifies the Regions of the replication set.
|
CfnReplicationSet.Builder |
regions(List<? extends Object> regions)
Specifies the Regions of the replication set.
|
@Stability(value=Stable) public static CfnReplicationSet.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnReplicationSet.RegionConfigurationProperty.Builder.@Stability(value=Stable) public CfnReplicationSet.Builder regions(IResolvable regions)
regions - Specifies the Regions of the replication set. This parameter is required.this@Stability(value=Stable) public CfnReplicationSet.Builder regions(List<? extends Object> regions)
regions - Specifies the Regions of the replication set. This parameter is required.this@Stability(value=Stable) public CfnReplicationSet.Builder deletionProtected(Boolean deletionProtected)
If deletion protection is enabled, you can't delete the last Region in the replication set.
deletionProtected - Determines if the replication set deletion protection is enabled or not. This parameter is required.this@Stability(value=Stable) public CfnReplicationSet.Builder deletionProtected(IResolvable deletionProtected)
If deletion protection is enabled, you can't delete the last Region in the replication set.
deletionProtected - Determines if the replication set deletion protection is enabled or not. This parameter is required.this@Stability(value=Stable) public CfnReplicationSet build()
build in interface software.amazon.jsii.Builder<CfnReplicationSet>Copyright © 2022. All rights reserved.