ToCopyableBuilder<PendingModifiedValues.Builder,PendingModifiedValues>
@Generated("software.amazon.awssdk:codegen") public class PendingModifiedValues extends Object implements ToCopyableBuilder<PendingModifiedValues.Builder,PendingModifiedValues>
A group of settings that are applied to the cache cluster in the future, or that are currently being applied.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PendingModifiedValues.Builder |
Modifier and Type | Method | Description |
---|---|---|
static PendingModifiedValues.Builder |
builder() |
|
List<String> |
cacheNodeIdsToRemove() |
A list of cache node IDs that are being removed (or will be removed) from the cache cluster.
|
String |
cacheNodeType() |
The cache node type that this cache cluster or replication group is scaled to.
|
String |
engineVersion() |
The new cache engine version that the cache cluster runs.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
numCacheNodes() |
The new number of cache nodes for the cache cluster.
|
static Class<? extends PendingModifiedValues.Builder> |
serializableBuilderClass() |
|
PendingModifiedValues.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Integer numCacheNodes()
The new number of cache nodes for the cache cluster.
For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.
For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.
public List<String> cacheNodeIdsToRemove()
A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).
public String engineVersion()
The new cache engine version that the cache cluster runs.
public String cacheNodeType()
The cache node type that this cache cluster or replication group is scaled to.
public PendingModifiedValues.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PendingModifiedValues.Builder,PendingModifiedValues>
public static PendingModifiedValues.Builder builder()
public static Class<? extends PendingModifiedValues.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.