public static final class CfnDBSubnetGroup.Builder
extends java.lang.Object
CfnDBSubnetGroup
.Modifier and Type | Method and Description |
---|---|
CfnDBSubnetGroup |
build() |
static CfnDBSubnetGroup.Builder |
create(Construct scope,
java.lang.String id) |
CfnDBSubnetGroup.Builder |
dbSubnetGroupDescription(java.lang.String dbSubnetGroupDescription)
Provides the description of the DB subnet group.
|
CfnDBSubnetGroup.Builder |
dbSubnetGroupName(java.lang.String dbSubnetGroupName)
The name of the DB subnet group.
|
CfnDBSubnetGroup.Builder |
subnetIds(java.util.List<java.lang.String> subnetIds)
The Amazon EC2 subnet IDs for the DB subnet group.
|
CfnDBSubnetGroup.Builder |
tags(java.util.List<? extends CfnTag> tags)
The tags that you want to attach to the DB subnet group.
|
public static CfnDBSubnetGroup.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.CfnDBSubnetGroup.Builder
.public CfnDBSubnetGroup.Builder dbSubnetGroupDescription(java.lang.String dbSubnetGroupDescription)
dbSubnetGroupDescription
- Provides the description of the DB subnet group. This parameter is required.this
public CfnDBSubnetGroup.Builder subnetIds(java.util.List<java.lang.String> subnetIds)
subnetIds
- The Amazon EC2 subnet IDs for the DB subnet group. This parameter is required.this
public CfnDBSubnetGroup.Builder dbSubnetGroupName(java.lang.String dbSubnetGroupName)
dbSubnetGroupName
- The name of the DB subnet group. This parameter is required.this
public CfnDBSubnetGroup.Builder tags(java.util.List<? extends CfnTag> tags)
tags
- The tags that you want to attach to the DB subnet group. This parameter is required.this
public CfnDBSubnetGroup build()