|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticache.model.PendingModifiedValues
public class PendingModifiedValues
Contains values that will be applied to the Cache Cluster in the future.
Constructor Summary | |
---|---|
PendingModifiedValues()
Default constructor for a new PendingModifiedValues object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getCacheNodeIdsToRemove()
Contains the list of node Ids to remove from the Cache Cluster that will be applied or is in progress. |
String |
getEngineVersion()
Contains the new version of the Cache Engine the Cache Cluster will be upgraded to. |
Integer |
getNumCacheNodes()
Contains the new NumCacheNodes for the Cache Cluster that will be applied or is in progress. |
int |
hashCode()
|
void |
setCacheNodeIdsToRemove(Collection<String> cacheNodeIdsToRemove)
Contains the list of node Ids to remove from the Cache Cluster that will be applied or is in progress. |
void |
setEngineVersion(String engineVersion)
Contains the new version of the Cache Engine the Cache Cluster will be upgraded to. |
void |
setNumCacheNodes(Integer numCacheNodes)
Contains the new NumCacheNodes for the Cache Cluster that will be applied or is in progress. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
PendingModifiedValues |
withCacheNodeIdsToRemove(Collection<String> cacheNodeIdsToRemove)
Contains the list of node Ids to remove from the Cache Cluster that will be applied or is in progress. |
PendingModifiedValues |
withCacheNodeIdsToRemove(String... cacheNodeIdsToRemove)
Contains the list of node Ids to remove from the Cache Cluster that will be applied or is in progress. |
PendingModifiedValues |
withEngineVersion(String engineVersion)
Contains the new version of the Cache Engine the Cache Cluster will be upgraded to. |
PendingModifiedValues |
withNumCacheNodes(Integer numCacheNodes)
Contains the new NumCacheNodes for the Cache Cluster that will be applied or is in progress. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PendingModifiedValues()
Method Detail |
---|
public Integer getNumCacheNodes()
public void setNumCacheNodes(Integer numCacheNodes)
numCacheNodes
- Contains the new NumCacheNodes for the Cache Cluster that will
be applied or is in progress.public PendingModifiedValues withNumCacheNodes(Integer numCacheNodes)
Returns a reference to this object so that method calls can be chained together.
numCacheNodes
- Contains the new NumCacheNodes for the Cache Cluster that will
be applied or is in progress.
public List<String> getCacheNodeIdsToRemove()
public void setCacheNodeIdsToRemove(Collection<String> cacheNodeIdsToRemove)
cacheNodeIdsToRemove
- Contains the list of node Ids to remove from the Cache Cluster that
will be applied or is in progress.public PendingModifiedValues withCacheNodeIdsToRemove(String... cacheNodeIdsToRemove)
Returns a reference to this object so that method calls can be chained together.
cacheNodeIdsToRemove
- Contains the list of node Ids to remove from the Cache Cluster that
will be applied or is in progress.
public PendingModifiedValues withCacheNodeIdsToRemove(Collection<String> cacheNodeIdsToRemove)
Returns a reference to this object so that method calls can be chained together.
cacheNodeIdsToRemove
- Contains the list of node Ids to remove from the Cache Cluster that
will be applied or is in progress.
public String getEngineVersion()
public void setEngineVersion(String engineVersion)
engineVersion
- Contains the new version of the Cache Engine the Cache Cluster will be
upgraded to.public PendingModifiedValues withEngineVersion(String engineVersion)
Returns a reference to this object so that method calls can be chained together.
engineVersion
- Contains the new version of the Cache Engine the Cache Cluster will be
upgraded to.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |