ToCopyableBuilder<CacheSubnetGroup.Builder,CacheSubnetGroup>
@Generated("software.amazon.awssdk:codegen") public class CacheSubnetGroup extends Object implements ToCopyableBuilder<CacheSubnetGroup.Builder,CacheSubnetGroup>
Represents the output of one of the following operations:
CreateCacheSubnetGroup
ModifyCacheSubnetGroup
Modifier and Type | Class | Description |
---|---|---|
static interface |
CacheSubnetGroup.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CacheSubnetGroup.Builder |
builder() |
|
String |
cacheSubnetGroupDescription() |
The description of the cache subnet group.
|
String |
cacheSubnetGroupName() |
The name of the cache subnet group.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CacheSubnetGroup.Builder> |
serializableBuilderClass() |
|
List<Subnet> |
subnets() |
A list of subnets associated with the cache subnet group.
|
CacheSubnetGroup.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 Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.
|
public String cacheSubnetGroupName()
The name of the cache subnet group.
public String cacheSubnetGroupDescription()
The description of the cache subnet group.
public String vpcId()
The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.
public List<Subnet> subnets()
A list of subnets associated with the cache subnet group.
public CacheSubnetGroup.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CacheSubnetGroup.Builder,CacheSubnetGroup>
public static CacheSubnetGroup.Builder builder()
public static Class<? extends CacheSubnetGroup.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.