ToCopyableBuilder<ClusterSubnetGroup.Builder,ClusterSubnetGroup>
@Generated("software.amazon.awssdk:codegen") public class ClusterSubnetGroup extends Object implements ToCopyableBuilder<ClusterSubnetGroup.Builder,ClusterSubnetGroup>
Describes a subnet group.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ClusterSubnetGroup.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ClusterSubnetGroup.Builder |
builder() |
|
String |
clusterSubnetGroupName() |
The name of the cluster subnet group.
|
String |
description() |
The description of the cluster subnet group.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends ClusterSubnetGroup.Builder> |
serializableBuilderClass() |
|
String |
subnetGroupStatus() |
The status of the cluster subnet group.
|
List<Subnet> |
subnets() |
A list of the VPC Subnet elements.
|
List<Tag> |
tags() |
The list of tags for the cluster subnet group.
|
ClusterSubnetGroup.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
vpcId() |
The VPC ID of the cluster subnet group.
|
public String clusterSubnetGroupName()
The name of the cluster subnet group.
public String description()
The description of the cluster subnet group.
public String vpcId()
The VPC ID of the cluster subnet group.
public String subnetGroupStatus()
The status of the cluster subnet group. Possible values are Complete
, Incomplete
and
Invalid
.
Complete
,
Incomplete
and Invalid
.public List<Subnet> subnets()
A list of the VPC Subnet elements.
public List<Tag> tags()
The list of tags for the cluster subnet group.
public ClusterSubnetGroup.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ClusterSubnetGroup.Builder,ClusterSubnetGroup>
public static ClusterSubnetGroup.Builder builder()
public static Class<? extends ClusterSubnetGroup.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.