public static final class CfnReplicationSubnetGroup.Builder
extends java.lang.Object
CfnReplicationSubnetGroup
.Modifier and Type | Method and Description |
---|---|
CfnReplicationSubnetGroup |
build() |
static CfnReplicationSubnetGroup.Builder |
create(Construct scope,
java.lang.String id) |
CfnReplicationSubnetGroup.Builder |
replicationSubnetGroupDescription(java.lang.String replicationSubnetGroupDescription)
The description for the subnet group.
|
CfnReplicationSubnetGroup.Builder |
replicationSubnetGroupIdentifier(java.lang.String replicationSubnetGroupIdentifier)
The identifier for the replication subnet group.
|
CfnReplicationSubnetGroup.Builder |
subnetIds(java.util.List<java.lang.String> subnetIds)
One or more subnet IDs to be assigned to the subnet group.
|
CfnReplicationSubnetGroup.Builder |
tags(java.util.List<? extends CfnTag> tags)
One or more tags to be assigned to the subnet group.
|
public static CfnReplicationSubnetGroup.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnReplicationSubnetGroup.Builder
.public CfnReplicationSubnetGroup.Builder replicationSubnetGroupDescription(java.lang.String replicationSubnetGroupDescription)
replicationSubnetGroupDescription
- The description for the subnet group. This parameter is required.this
public CfnReplicationSubnetGroup.Builder subnetIds(java.util.List<java.lang.String> subnetIds)
subnetIds
- One or more subnet IDs to be assigned to the subnet group. This parameter is required.this
public CfnReplicationSubnetGroup.Builder replicationSubnetGroupIdentifier(java.lang.String replicationSubnetGroupIdentifier)
If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the identifier.
replicationSubnetGroupIdentifier
- The identifier for the replication subnet group. This parameter is required.this
public CfnReplicationSubnetGroup.Builder tags(java.util.List<? extends CfnTag> tags)
tags
- One or more tags to be assigned to the subnet group. This parameter is required.this
public CfnReplicationSubnetGroup build()