@Generated(value="software.amazon.awssdk:codegen") public final class CacheParameterGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CacheParameterGroup.Builder,CacheParameterGroup>
Represents the output of a CreateCacheParameterGroup operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CacheParameterGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN (Amazon Resource Name) of the cache parameter group.
|
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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isGlobal()
Indicates whether the parameter group is associated with a Global datastore
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CacheParameterGroup.Builder> |
serializableBuilderClass() |
CacheParameterGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String cacheParameterGroupName()
The name of the cache parameter group.
public final String cacheParameterGroupFamily()
The name of the cache parameter group family that this cache parameter group is compatible with.
Valid values are: memcached1.4 | memcached1.5 | memcached1.6 |
redis2.6 | redis2.8 | redis3.2 | redis4.0 |
redis5.0 | redis6.x | redis7
Valid values are: memcached1.4 | memcached1.5 | memcached1.6 |
redis2.6 | redis2.8 | redis3.2 | redis4.0 |
redis5.0 | redis6.x | redis7
public final String description()
The description for this cache parameter group.
public final Boolean isGlobal()
Indicates whether the parameter group is associated with a Global datastore
public final String arn()
The ARN (Amazon Resource Name) of the cache parameter group.
public CacheParameterGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CacheParameterGroup.Builder,CacheParameterGroup>public static CacheParameterGroup.Builder builder()
public static Class<? extends CacheParameterGroup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.