| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune.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 DB subnet group.
|
DBSubnetGroup.Builder |
DBSubnetGroup.Builder.dbSubnetGroupName(String dbSubnetGroupName)
The name of the DB subnet group.
|
DBSubnetGroup.Builder |
DBSubnetGroup.Builder.subnetGroupStatus(String subnetGroupStatus)
Provides the status of the DB subnet group.
|
DBSubnetGroup.Builder |
DBSubnetGroup.Builder.subnets(Collection<Subnet> subnets)
Contains a list of Subnet elements.
|
DBSubnetGroup.Builder |
DBSubnetGroup.Builder.subnets(Consumer<Subnet.Builder>... subnets)
Contains a list of Subnet elements.
|
DBSubnetGroup.Builder |
DBSubnetGroup.Builder.subnets(Subnet... subnets)
Contains a list of Subnet elements.
|
DBSubnetGroup.Builder |
DBSubnetGroup.toBuilder() |
DBSubnetGroup.Builder |
DBSubnetGroup.Builder.vpcId(String vpcId)
Provides the VpcId of the DB subnet group.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DBSubnetGroup.Builder> |
DBSubnetGroup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DBInstance.Builder |
DBInstance.Builder.dbSubnetGroup(Consumer<DBSubnetGroup.Builder> dbSubnetGroup)
Specifies information on the subnet group associated with the DB instance, including the name, description,
and subnets in the subnet group.
|
default CreateDbSubnetGroupResponse.Builder |
CreateDbSubnetGroupResponse.Builder.dbSubnetGroup(Consumer<DBSubnetGroup.Builder> dbSubnetGroup)
Sets the value of the DBSubnetGroup property for this object.
|
default ModifyDbSubnetGroupResponse.Builder |
ModifyDbSubnetGroupResponse.Builder.dbSubnetGroup(Consumer<DBSubnetGroup.Builder> dbSubnetGroup)
Sets the value of the DBSubnetGroup property for this object.
|
Copyright © 2021. All rights reserved.