@Generated(value="software.amazon.awssdk:codegen") public final class ClusterSubnetGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClusterSubnetGroup.Builder,ClusterSubnetGroup>
Describes a subnet group.
Modifier and Type | Class and Description |
---|---|
static interface |
ClusterSubnetGroup.Builder |
Modifier and Type | Method and 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
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.
|
copy
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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<Tag> tags()
The list of tags for the cluster subnet group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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.