public static interface AwsRdsDbSubnetGroup.Builder extends SdkPojo, CopyableBuilder<AwsRdsDbSubnetGroup.Builder,AwsRdsDbSubnetGroup>
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbSubnetGroup.Builder |
dbSubnetGroupArn(String dbSubnetGroupArn)
The ARN of the subnet group.
|
AwsRdsDbSubnetGroup.Builder |
dbSubnetGroupDescription(String dbSubnetGroupDescription)
The description of the subnet group.
|
AwsRdsDbSubnetGroup.Builder |
dbSubnetGroupName(String dbSubnetGroupName)
The name of the subnet group.
|
AwsRdsDbSubnetGroup.Builder |
subnetGroupStatus(String subnetGroupStatus)
The status of the subnet group.
|
AwsRdsDbSubnetGroup.Builder |
subnets(AwsRdsDbSubnetGroupSubnet... subnets)
A list of subnets in the subnet group.
|
AwsRdsDbSubnetGroup.Builder |
subnets(Collection<AwsRdsDbSubnetGroupSubnet> subnets)
A list of subnets in the subnet group.
|
AwsRdsDbSubnetGroup.Builder |
subnets(Consumer<AwsRdsDbSubnetGroupSubnet.Builder>... subnets)
A list of subnets in the subnet group.
|
AwsRdsDbSubnetGroup.Builder |
vpcId(String vpcId)
The VPC ID of the subnet group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsRdsDbSubnetGroup.Builder dbSubnetGroupName(String dbSubnetGroupName)
The name of the subnet group.
dbSubnetGroupName - The name of the subnet group.AwsRdsDbSubnetGroup.Builder dbSubnetGroupDescription(String dbSubnetGroupDescription)
The description of the subnet group.
dbSubnetGroupDescription - The description of the subnet group.AwsRdsDbSubnetGroup.Builder vpcId(String vpcId)
The VPC ID of the subnet group.
vpcId - The VPC ID of the subnet group.AwsRdsDbSubnetGroup.Builder subnetGroupStatus(String subnetGroupStatus)
The status of the subnet group.
subnetGroupStatus - The status of the subnet group.AwsRdsDbSubnetGroup.Builder subnets(Collection<AwsRdsDbSubnetGroupSubnet> subnets)
A list of subnets in the subnet group.
subnets - A list of subnets in the subnet group.AwsRdsDbSubnetGroup.Builder subnets(AwsRdsDbSubnetGroupSubnet... subnets)
A list of subnets in the subnet group.
subnets - A list of subnets in the subnet group.AwsRdsDbSubnetGroup.Builder subnets(Consumer<AwsRdsDbSubnetGroupSubnet.Builder>... subnets)
A list of subnets in the subnet group.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #subnets(List) .subnets - a consumer that will call methods on List.Builder #subnets(List) AwsRdsDbSubnetGroup.Builder dbSubnetGroupArn(String dbSubnetGroupArn)
The ARN of the subnet group.
dbSubnetGroupArn - The ARN of the subnet group.Copyright © 2021. All rights reserved.