@Stability(value=Stable) public static final class CfnReplicationSubnetGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnReplicationSubnetGroupProps>
CfnReplicationSubnetGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnReplicationSubnetGroupProps |
build()
Builds the configured instance.
|
CfnReplicationSubnetGroupProps.Builder |
replicationSubnetGroupDescription(String replicationSubnetGroupDescription)
Sets the value of
CfnReplicationSubnetGroupProps.getReplicationSubnetGroupDescription() |
CfnReplicationSubnetGroupProps.Builder |
replicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier)
Sets the value of
CfnReplicationSubnetGroupProps.getReplicationSubnetGroupIdentifier() |
CfnReplicationSubnetGroupProps.Builder |
subnetIds(List<String> subnetIds)
Sets the value of
CfnReplicationSubnetGroupProps.getSubnetIds() |
CfnReplicationSubnetGroupProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnReplicationSubnetGroupProps.getTags() |
@Stability(value=Stable) public CfnReplicationSubnetGroupProps.Builder replicationSubnetGroupDescription(String replicationSubnetGroupDescription)
CfnReplicationSubnetGroupProps.getReplicationSubnetGroupDescription()replicationSubnetGroupDescription - The description for the subnet group. This parameter is required.this@Stability(value=Stable) public CfnReplicationSubnetGroupProps.Builder subnetIds(List<String> subnetIds)
CfnReplicationSubnetGroupProps.getSubnetIds()subnetIds - One or more subnet IDs to be assigned to the subnet group. This parameter is required.this@Stability(value=Stable) public CfnReplicationSubnetGroupProps.Builder replicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier)
CfnReplicationSubnetGroupProps.getReplicationSubnetGroupIdentifier()replicationSubnetGroupIdentifier - The identifier for the replication subnet group.
If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the identifier.this@Stability(value=Stable) public CfnReplicationSubnetGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnReplicationSubnetGroupProps.getTags()tags - One or more tags to be assigned to the subnet group.this@Stability(value=Stable) public CfnReplicationSubnetGroupProps build()
build in interface software.amazon.jsii.Builder<CfnReplicationSubnetGroupProps>CfnReplicationSubnetGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.