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 method that creates an instance of theAwsRdsDbSubnetGroupSubnet.Builder avoiding the need
to create one manually via
AwsRdsDbSubnetGroupSubnet.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #subnets(List.
subnets - a consumer that will call methods on
AwsRdsDbSubnetGroupSubnet.Builder#subnets(java.util.Collection) AwsRdsDbSubnetGroup.Builder dbSubnetGroupArn(String dbSubnetGroupArn)
The ARN of the subnet group.
dbSubnetGroupArn - The ARN of the subnet group.Copyright © 2023. All rights reserved.