@Stability(value=Stable) public static final class CfnReplicationSubnetGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnReplicationSubnetGroup>
CfnReplicationSubnetGroup.| Modifier and Type | Method and Description |
|---|---|
CfnReplicationSubnetGroup |
build() |
static CfnReplicationSubnetGroup.Builder |
create(software.constructs.Construct scope,
String id) |
CfnReplicationSubnetGroup.Builder |
replicationSubnetGroupDescription(String replicationSubnetGroupDescription)
The description for the subnet group.
|
CfnReplicationSubnetGroup.Builder |
replicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier)
The identifier for the replication subnet group.
|
CfnReplicationSubnetGroup.Builder |
subnetIds(List<String> subnetIds)
One or more subnet IDs to be assigned to the subnet group.
|
CfnReplicationSubnetGroup.Builder |
tags(List<? extends CfnTag> tags)
One or more tags to be assigned to the subnet group.
|
@Stability(value=Stable) public static CfnReplicationSubnetGroup.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.CfnReplicationSubnetGroup.Builder.@Stability(value=Stable) public CfnReplicationSubnetGroup.Builder replicationSubnetGroupDescription(String replicationSubnetGroupDescription)
replicationSubnetGroupDescription - The description for the subnet group. This parameter is required.this@Stability(value=Stable) public CfnReplicationSubnetGroup.Builder subnetIds(List<String> subnetIds)
subnetIds - One or more subnet IDs to be assigned to the subnet group. This parameter is required.this@Stability(value=Stable) public CfnReplicationSubnetGroup.Builder replicationSubnetGroupIdentifier(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@Stability(value=Stable) public CfnReplicationSubnetGroup.Builder tags(List<? extends CfnTag> tags)
tags - One or more tags to be assigned to the subnet group. This parameter is required.this@Stability(value=Stable) public CfnReplicationSubnetGroup build()
build in interface software.amazon.jsii.Builder<CfnReplicationSubnetGroup>Copyright © 2022. All rights reserved.