ToCopyableBuilder<DBSubnetGroup.Builder,DBSubnetGroup>
@Generated("software.amazon.awssdk:codegen") public class DBSubnetGroup extends Object implements ToCopyableBuilder<DBSubnetGroup.Builder,DBSubnetGroup>
Contains the result of a successful invocation of the following actions:
This data type is used as a response element in the DescribeDBSubnetGroups action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DBSubnetGroup.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DBSubnetGroup.Builder |
builder() |
|
String |
dbSubnetGroupArn() |
The Amazon Resource Name (ARN) for the DB subnet group.
|
String |
dbSubnetGroupDescription() |
Provides the description of the DB subnet group.
|
String |
dbSubnetGroupName() |
The name of the DB subnet group.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DBSubnetGroup.Builder> |
serializableBuilderClass() |
|
String |
subnetGroupStatus() |
Provides the status of the DB subnet group.
|
List<Subnet> |
subnets() |
Contains a list of Subnet elements.
|
DBSubnetGroup.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
vpcId() |
Provides the VpcId of the DB subnet group.
|
public String dbSubnetGroupName()
The name of the DB subnet group.
public String dbSubnetGroupDescription()
Provides the description of the DB subnet group.
public String vpcId()
Provides the VpcId of the DB subnet group.
public String subnetGroupStatus()
Provides the status of the DB subnet group.
public List<Subnet> subnets()
Contains a list of Subnet elements.
public String dbSubnetGroupArn()
The Amazon Resource Name (ARN) for the DB subnet group.
public DBSubnetGroup.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DBSubnetGroup.Builder,DBSubnetGroup>
public static DBSubnetGroup.Builder builder()
public static Class<? extends DBSubnetGroup.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.