| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
static DBSubnetGroup.Builder |
DBSubnetGroup.builder() |
DBSubnetGroup.Builder |
DBSubnetGroup.Builder.dbSubnetGroupArn(String dbSubnetGroupArn)
The Amazon Resource Name (ARN) for the DB subnet group.
|
DBSubnetGroup.Builder |
DBSubnetGroup.Builder.dbSubnetGroupDescription(String dbSubnetGroupDescription)
Provides the description of the subnet group.
|
DBSubnetGroup.Builder |
DBSubnetGroup.Builder.dbSubnetGroupName(String dbSubnetGroupName)
The name of the subnet group.
|
DBSubnetGroup.Builder |
DBSubnetGroup.Builder.subnetGroupStatus(String subnetGroupStatus)
Provides the status of the subnet group.
|
DBSubnetGroup.Builder |
DBSubnetGroup.Builder.subnets(Collection<Subnet> subnets)
Detailed information about one or more subnets within a subnet group.
|
DBSubnetGroup.Builder |
DBSubnetGroup.Builder.subnets(Consumer<Subnet.Builder>... subnets)
Detailed information about one or more subnets within a subnet group.
|
DBSubnetGroup.Builder |
DBSubnetGroup.Builder.subnets(Subnet... subnets)
Detailed information about one or more subnets within a subnet group.
|
DBSubnetGroup.Builder |
DBSubnetGroup.toBuilder() |
DBSubnetGroup.Builder |
DBSubnetGroup.Builder.vpcId(String vpcId)
Provides the virtual private cloud (VPC) ID of the subnet group.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DBSubnetGroup.Builder> |
DBSubnetGroup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateDbSubnetGroupResponse.Builder |
CreateDbSubnetGroupResponse.Builder.dbSubnetGroup(Consumer<DBSubnetGroup.Builder> dbSubnetGroup)
Sets the value of the DBSubnetGroup property for this object.
|
default DBInstance.Builder |
DBInstance.Builder.dbSubnetGroup(Consumer<DBSubnetGroup.Builder> dbSubnetGroup)
Specifies information on the subnet group that is associated with the instance, including the name,
description, and subnets in the subnet group.
|
default ModifyDbSubnetGroupResponse.Builder |
ModifyDbSubnetGroupResponse.Builder.dbSubnetGroup(Consumer<DBSubnetGroup.Builder> dbSubnetGroup)
Sets the value of the DBSubnetGroup property for this object.
|
Copyright © 2023. All rights reserved.