public static interface DBSubnetGroup.Builder extends SdkPojo, CopyableBuilder<DBSubnetGroup.Builder,DBSubnetGroup>
| Modifier and Type | Method and 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 subnet group.
|
DBSubnetGroup.Builder |
dbSubnetGroupName(String dbSubnetGroupName)
The name of the subnet group.
|
DBSubnetGroup.Builder |
subnetGroupStatus(String subnetGroupStatus)
Provides the status of the subnet group.
|
DBSubnetGroup.Builder |
subnets(Collection<Subnet> subnets)
Detailed information about one or more subnets within a subnet group.
|
DBSubnetGroup.Builder |
subnets(Consumer<Subnet.Builder>... subnets)
Detailed information about one or more subnets within a subnet group.
|
DBSubnetGroup.Builder |
subnets(Subnet... subnets)
Detailed information about one or more subnets within a subnet group.
|
DBSubnetGroup.Builder |
vpcId(String vpcId)
Provides the virtual private cloud (VPC) ID of the subnet group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDBSubnetGroup.Builder dbSubnetGroupName(String dbSubnetGroupName)
The name of the subnet group.
dbSubnetGroupName - The name of the subnet group.DBSubnetGroup.Builder dbSubnetGroupDescription(String dbSubnetGroupDescription)
Provides the description of the subnet group.
dbSubnetGroupDescription - Provides the description of the subnet group.DBSubnetGroup.Builder vpcId(String vpcId)
Provides the virtual private cloud (VPC) ID of the subnet group.
vpcId - Provides the virtual private cloud (VPC) ID of the subnet group.DBSubnetGroup.Builder subnetGroupStatus(String subnetGroupStatus)
Provides the status of the subnet group.
subnetGroupStatus - Provides the status of the subnet group.DBSubnetGroup.Builder subnets(Collection<Subnet> subnets)
Detailed information about one or more subnets within a subnet group.
subnets - Detailed information about one or more subnets within a subnet group.DBSubnetGroup.Builder subnets(Subnet... subnets)
Detailed information about one or more subnets within a subnet group.
subnets - Detailed information about one or more subnets within a subnet group.DBSubnetGroup.Builder subnets(Consumer<Subnet.Builder>... subnets)
Detailed information about one or more subnets within a 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) 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 © 2022. All rights reserved.