@Stability(value=Stable) public static final class CfnReplicationSetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnReplicationSetProps>
CfnReplicationSetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnReplicationSetProps |
build()
Builds the configured instance.
|
CfnReplicationSetProps.Builder |
deletionProtected(Boolean deletionProtected)
Sets the value of
CfnReplicationSetProps.getDeletionProtected() |
CfnReplicationSetProps.Builder |
deletionProtected(IResolvable deletionProtected)
Sets the value of
CfnReplicationSetProps.getDeletionProtected() |
CfnReplicationSetProps.Builder |
regions(IResolvable regions)
Sets the value of
CfnReplicationSetProps.getRegions() |
CfnReplicationSetProps.Builder |
regions(List<? extends Object> regions)
Sets the value of
CfnReplicationSetProps.getRegions() |
@Stability(value=Stable) public CfnReplicationSetProps.Builder regions(IResolvable regions)
CfnReplicationSetProps.getRegions()regions - Specifies the Regions of the replication set. This parameter is required.this@Stability(value=Stable) public CfnReplicationSetProps.Builder regions(List<? extends Object> regions)
CfnReplicationSetProps.getRegions()regions - Specifies the Regions of the replication set. This parameter is required.this@Stability(value=Stable) public CfnReplicationSetProps.Builder deletionProtected(Boolean deletionProtected)
CfnReplicationSetProps.getDeletionProtected()deletionProtected - Determines if the replication set deletion protection is enabled or not.
If deletion protection is enabled, you can't delete the last Region in the replication set.this@Stability(value=Stable) public CfnReplicationSetProps.Builder deletionProtected(IResolvable deletionProtected)
CfnReplicationSetProps.getDeletionProtected()deletionProtected - Determines if the replication set deletion protection is enabled or not.
If deletion protection is enabled, you can't delete the last Region in the replication set.this@Stability(value=Stable) public CfnReplicationSetProps build()
build in interface software.amazon.jsii.Builder<CfnReplicationSetProps>CfnReplicationSetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.