CopyableBuilder<DBSubnetGroup.Builder,DBSubnetGroup>, SdkBuilder<DBSubnetGroup.Builder,DBSubnetGroup>public static interface DBSubnetGroup.Builder extends CopyableBuilder<DBSubnetGroup.Builder,DBSubnetGroup>
| Modifier and Type | Method | Description |
|---|---|---|
DBSubnetGroup.Builder |
dbSubnetGroupArn(String dbSubnetGroupArn) |
The Amazon Resource Name (ARN) for the DB subnet group.
|
DBSubnetGroup.Builder |
dbSubnetGroupDescription(String dbSubnetGroupDescription) |
Provides the description of the DB subnet group.
|
DBSubnetGroup.Builder |
dbSubnetGroupName(String dbSubnetGroupName) |
The name of the DB subnet group.
|
DBSubnetGroup.Builder |
subnetGroupStatus(String subnetGroupStatus) |
Provides the status of the DB subnet group.
|
DBSubnetGroup.Builder |
subnets(Collection<Subnet> subnets) |
Contains a list of Subnet elements.
|
DBSubnetGroup.Builder |
subnets(Subnet... subnets) |
Contains a list of Subnet elements.
|
DBSubnetGroup.Builder |
vpcId(String vpcId) |
Provides the VpcId of the DB subnet group.
|
copyapply, buildDBSubnetGroup.Builder dbSubnetGroupName(String dbSubnetGroupName)
The name of the DB subnet group.
dbSubnetGroupName - The name of the DB subnet group.DBSubnetGroup.Builder dbSubnetGroupDescription(String dbSubnetGroupDescription)
Provides the description of the DB subnet group.
dbSubnetGroupDescription - Provides the description of the DB subnet group.DBSubnetGroup.Builder vpcId(String vpcId)
Provides the VpcId of the DB subnet group.
vpcId - Provides the VpcId of the DB subnet group.DBSubnetGroup.Builder subnetGroupStatus(String subnetGroupStatus)
Provides the status of the DB subnet group.
subnetGroupStatus - Provides the status of the DB subnet group.DBSubnetGroup.Builder subnets(Collection<Subnet> subnets)
Contains a list of Subnet elements.
subnets - Contains a list of Subnet elements.DBSubnetGroup.Builder subnets(Subnet... subnets)
Contains a list of Subnet elements.
NOTE: This method appends the values to the existing list (if any). Use
#setSubnets(java.util.Collection) or #withSubnets(java.util.Collection) if you want to
override the existing values.
subnets - Contains a list of Subnet elements.DBSubnetGroup.Builder dbSubnetGroupArn(String dbSubnetGroupArn)
The Amazon Resource Name (ARN) for the DB subnet group.
dbSubnetGroupArn - The Amazon Resource Name (ARN) for the DB subnet group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.