public static final class CfnReplicationSubnetGroupProps.Builder
extends java.lang.Object
CfnReplicationSubnetGroupProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnReplicationSubnetGroupProps |
build()
Builds the configured instance.
|
CfnReplicationSubnetGroupProps.Builder |
replicationSubnetGroupDescription(java.lang.String replicationSubnetGroupDescription)
Sets the value of
CfnReplicationSubnetGroupProps.getReplicationSubnetGroupDescription() |
CfnReplicationSubnetGroupProps.Builder |
replicationSubnetGroupIdentifier(java.lang.String replicationSubnetGroupIdentifier)
Sets the value of
CfnReplicationSubnetGroupProps.getReplicationSubnetGroupIdentifier() |
CfnReplicationSubnetGroupProps.Builder |
subnetIds(java.util.List<java.lang.String> subnetIds)
Sets the value of
CfnReplicationSubnetGroupProps.getSubnetIds() |
CfnReplicationSubnetGroupProps.Builder |
tags(java.util.List<? extends CfnTag> tags)
Sets the value of
CfnReplicationSubnetGroupProps.getTags() |
public CfnReplicationSubnetGroupProps.Builder replicationSubnetGroupDescription(java.lang.String replicationSubnetGroupDescription)
CfnReplicationSubnetGroupProps.getReplicationSubnetGroupDescription()
replicationSubnetGroupDescription
- The description for the subnet group. This parameter is required.this
public CfnReplicationSubnetGroupProps.Builder subnetIds(java.util.List<java.lang.String> subnetIds)
CfnReplicationSubnetGroupProps.getSubnetIds()
subnetIds
- One or more subnet IDs to be assigned to the subnet group. This parameter is required.this
public CfnReplicationSubnetGroupProps.Builder replicationSubnetGroupIdentifier(java.lang.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
public CfnReplicationSubnetGroupProps.Builder tags(java.util.List<? extends CfnTag> tags)
CfnReplicationSubnetGroupProps.getTags()
tags
- One or more tags to be assigned to the subnet group.this
public CfnReplicationSubnetGroupProps build()
CfnReplicationSubnetGroupProps
java.lang.NullPointerException
- if any required attribute was not provided