@Stability(value=External) public static final class CfnDBSubnetGroupProps.Builder extends Object
CfnDBSubnetGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDBSubnetGroupProps |
build()
Builds the configured instance.
|
CfnDBSubnetGroupProps.Builder |
dbSubnetGroupDescription(String dbSubnetGroupDescription)
Sets the value of DbSubnetGroupDescription
|
CfnDBSubnetGroupProps.Builder |
dbSubnetGroupName(String dbSubnetGroupName)
Sets the value of DbSubnetGroupName
|
CfnDBSubnetGroupProps.Builder |
subnetIds(List<String> subnetIds)
Sets the value of SubnetIds
|
CfnDBSubnetGroupProps.Builder |
tags(List<CfnTag> tags)
Sets the value of Tags
|
@Stability(value=External) public CfnDBSubnetGroupProps.Builder dbSubnetGroupDescription(String dbSubnetGroupDescription)
dbSubnetGroupDescription - `AWS::DocDB::DBSubnetGroup.DBSubnetGroupDescription`. This parameter is required.this@Stability(value=External) public CfnDBSubnetGroupProps.Builder subnetIds(List<String> subnetIds)
subnetIds - `AWS::DocDB::DBSubnetGroup.SubnetIds`. This parameter is required.this@Stability(value=External) public CfnDBSubnetGroupProps.Builder dbSubnetGroupName(String dbSubnetGroupName)
dbSubnetGroupName - `AWS::DocDB::DBSubnetGroup.DBSubnetGroupName`.this@Stability(value=External) public CfnDBSubnetGroupProps.Builder tags(List<CfnTag> tags)
tags - `AWS::DocDB::DBSubnetGroup.Tags`.this@Stability(value=External) public CfnDBSubnetGroupProps build()
CfnDBSubnetGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.