| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsRdsDbSubnetGroup.Builder |
AwsRdsDbSubnetGroup.builder() |
AwsRdsDbSubnetGroup.Builder |
AwsRdsDbSubnetGroup.Builder.dbSubnetGroupArn(String dbSubnetGroupArn)
The ARN of the subnet group.
|
AwsRdsDbSubnetGroup.Builder |
AwsRdsDbSubnetGroup.Builder.dbSubnetGroupDescription(String dbSubnetGroupDescription)
The description of the subnet group.
|
AwsRdsDbSubnetGroup.Builder |
AwsRdsDbSubnetGroup.Builder.dbSubnetGroupName(String dbSubnetGroupName)
The name of the subnet group.
|
AwsRdsDbSubnetGroup.Builder |
AwsRdsDbSubnetGroup.Builder.subnetGroupStatus(String subnetGroupStatus)
The status of the subnet group.
|
AwsRdsDbSubnetGroup.Builder |
AwsRdsDbSubnetGroup.Builder.subnets(AwsRdsDbSubnetGroupSubnet... subnets)
A list of subnets in the subnet group.
|
AwsRdsDbSubnetGroup.Builder |
AwsRdsDbSubnetGroup.Builder.subnets(Collection<AwsRdsDbSubnetGroupSubnet> subnets)
A list of subnets in the subnet group.
|
AwsRdsDbSubnetGroup.Builder |
AwsRdsDbSubnetGroup.Builder.subnets(Consumer<AwsRdsDbSubnetGroupSubnet.Builder>... subnets)
A list of subnets in the subnet group.
|
AwsRdsDbSubnetGroup.Builder |
AwsRdsDbSubnetGroup.toBuilder() |
AwsRdsDbSubnetGroup.Builder |
AwsRdsDbSubnetGroup.Builder.vpcId(String vpcId)
The VPC ID of the subnet group.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsRdsDbSubnetGroup.Builder> |
AwsRdsDbSubnetGroup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.dbSubnetGroup(Consumer<AwsRdsDbSubnetGroup.Builder> dbSubnetGroup)
Information about the subnet group that is associated with the DB instance.
|
Copyright © 2023. All rights reserved.