Class ListAllowedNodeTypeModificationsRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
The input parameters for the ListAllowedNodeTypeModifications action.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe name of the cache cluster you want to scale up to a larger node instanced type.The name of the replication group want to scale up to a larger node type.inthashCode()voidsetCacheClusterId(String cacheClusterId) The name of the cache cluster you want to scale up to a larger node instanced type.voidsetReplicationGroupId(String replicationGroupId) The name of the replication group want to scale up to a larger node type.toString()Returns a string representation of this object; useful for testing and debugging.withCacheClusterId(String cacheClusterId) The name of the cache cluster you want to scale up to a larger node instanced type.withReplicationGroupId(String replicationGroupId) The name of the replication group want to scale up to a larger node type.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ListAllowedNodeTypeModificationsRequest
public ListAllowedNodeTypeModificationsRequest()
-
-
Method Details
-
setCacheClusterId
The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.
Important:
You must provide a value for either the CacheClusterId or the ReplicationGroupId.- Parameters:
cacheClusterId- The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.Important:
You must provide a value for either the CacheClusterId or the ReplicationGroupId.
-
getCacheClusterId
The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.
Important:
You must provide a value for either the CacheClusterId or the ReplicationGroupId.- Returns:
- The name of the cache cluster you want to scale up to a larger
node instanced type. ElastiCache uses the cluster id to identify
the current node type of this cluster and from that to to create
a list of node types you can scale up to.
Important:
You must provide a value for either the CacheClusterId or the ReplicationGroupId.
-
withCacheClusterId
The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.
Important:
You must provide a value for either the CacheClusterId or the ReplicationGroupId.- Parameters:
cacheClusterId- The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.Important:
You must provide a value for either the CacheClusterId or the ReplicationGroupId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setReplicationGroupId
The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.
Important:
You must provide a value for either the CacheClusterId or the ReplicationGroupId.- Parameters:
replicationGroupId- The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.Important:
You must provide a value for either the CacheClusterId or the ReplicationGroupId.
-
getReplicationGroupId
The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.
Important:
You must provide a value for either the CacheClusterId or the ReplicationGroupId.- Returns:
- The name of the replication group want to scale up to a larger
node type. ElastiCache uses the replication group id to identify
the current node type being used by this replication group, and
from that to create a list of node types you can scale up to.
Important:
You must provide a value for either the CacheClusterId or the ReplicationGroupId.
-
withReplicationGroupId
The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.
Important:
You must provide a value for either the CacheClusterId or the ReplicationGroupId.- Parameters:
replicationGroupId- The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.Important:
You must provide a value for either the CacheClusterId or the ReplicationGroupId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-