static AwsRdsDbSubnetGroup.Builder |
AwsRdsDbSubnetGroup.builder() |
|
AwsRdsDbSubnetGroup.Builder |
AwsRdsDbSubnetGroup.Builder.dbSubnetGroupArn(String dbSubnetGroupArn) |
The ARN of the subnet group.
|
AwsRdsDbSubnetGroup.Builder |
AwsRdsDbSubnetGroup.Builder.dbSubnetGroupDescription(String dbSubnetGroupDescription) |
The description of the subnet group.
|
AwsRdsDbSubnetGroup.Builder |
AwsRdsDbSubnetGroup.Builder.dbSubnetGroupName(String dbSubnetGroupName) |
The name of the subnet group.
|
AwsRdsDbSubnetGroup.Builder |
AwsRdsDbSubnetGroup.Builder.subnetGroupStatus(String subnetGroupStatus) |
The status of the subnet group.
|
AwsRdsDbSubnetGroup.Builder |
AwsRdsDbSubnetGroup.Builder.subnets(Collection<AwsRdsDbSubnetGroupSubnet> subnets) |
A list of subnets in the subnet group.
|
AwsRdsDbSubnetGroup.Builder |
AwsRdsDbSubnetGroup.Builder.subnets(Consumer<AwsRdsDbSubnetGroupSubnet.Builder>... subnets) |
A list of subnets in the subnet group.
|
AwsRdsDbSubnetGroup.Builder |
AwsRdsDbSubnetGroup.Builder.subnets(AwsRdsDbSubnetGroupSubnet... subnets) |
A list of subnets in the subnet group.
|
AwsRdsDbSubnetGroup.Builder |
AwsRdsDbSubnetGroup.toBuilder() |
|
AwsRdsDbSubnetGroup.Builder |
AwsRdsDbSubnetGroup.Builder.vpcId(String vpcId) |
The VPC ID of the subnet group.
|