ToCopyableBuilder<CacheParameterGroup.Builder,CacheParameterGroup>
@Generated("software.amazon.awssdk:codegen") public class CacheParameterGroup extends Object implements ToCopyableBuilder<CacheParameterGroup.Builder,CacheParameterGroup>
Represents the output of a CreateCacheParameterGroup
operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CacheParameterGroup.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CacheParameterGroup.Builder |
builder() |
|
String |
cacheParameterGroupFamily() |
The name of the cache parameter group family that this cache parameter group is compatible with.
|
String |
cacheParameterGroupName() |
The name of the cache parameter group.
|
String |
description() |
The description for this cache parameter group.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CacheParameterGroup.Builder> |
serializableBuilderClass() |
|
CacheParameterGroup.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String cacheParameterGroupName()
The name of the cache parameter group.
public String cacheParameterGroupFamily()
The name of the cache parameter group family that this cache parameter group is compatible with.
Valid values are: memcached1.4
| redis2.6
| redis2.8
|
redis3.2
Valid values are: memcached1.4
| redis2.6
| redis2.8
|
redis3.2
public String description()
The description for this cache parameter group.
public CacheParameterGroup.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CacheParameterGroup.Builder,CacheParameterGroup>
public static CacheParameterGroup.Builder builder()
public static Class<? extends CacheParameterGroup.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.