ToCopyableBuilder<CacheParameterGroupStatus.Builder,CacheParameterGroupStatus>
@Generated("software.amazon.awssdk:codegen") public class CacheParameterGroupStatus extends Object implements ToCopyableBuilder<CacheParameterGroupStatus.Builder,CacheParameterGroupStatus>
Status of the cache parameter group.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CacheParameterGroupStatus.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CacheParameterGroupStatus.Builder |
builder() |
|
List<String> |
cacheNodeIdsToReboot() |
A list of the cache node IDs which need to be rebooted for parameter changes to be applied.
|
String |
cacheParameterGroupName() |
The name of the cache parameter group.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
parameterApplyStatus() |
The status of parameter updates.
|
static Class<? extends CacheParameterGroupStatus.Builder> |
serializableBuilderClass() |
|
CacheParameterGroupStatus.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 parameterApplyStatus()
The status of parameter updates.
public List<String> cacheNodeIdsToReboot()
A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).
public CacheParameterGroupStatus.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CacheParameterGroupStatus.Builder,CacheParameterGroupStatus>
public static CacheParameterGroupStatus.Builder builder()
public static Class<? extends CacheParameterGroupStatus.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.