|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticache.model.CacheParameterGroupStatus
public class CacheParameterGroupStatus
The status of the Cache Parameter Group.
Constructor Summary | |
---|---|
CacheParameterGroupStatus()
Default constructor for a new CacheParameterGroupStatus object. |
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getCacheNodeIdsToReboot()
A list of the Cache Node Ids which need to be rebooted for parameter changes to be applied. |
java.lang.String |
getCacheParameterGroupName()
The name of the Cache Parameter Group. |
java.lang.String |
getParameterApplyStatus()
The status of parameter updates. |
void |
setCacheNodeIdsToReboot(java.util.Collection<java.lang.String> cacheNodeIdsToReboot)
A list of the Cache Node Ids which need to be rebooted for parameter changes to be applied. |
void |
setCacheParameterGroupName(java.lang.String cacheParameterGroupName)
The name of the Cache Parameter Group. |
void |
setParameterApplyStatus(java.lang.String parameterApplyStatus)
The status of parameter updates. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CacheParameterGroupStatus |
withCacheNodeIdsToReboot(java.util.Collection<java.lang.String> cacheNodeIdsToReboot)
A list of the Cache Node Ids which need to be rebooted for parameter changes to be applied. |
CacheParameterGroupStatus |
withCacheNodeIdsToReboot(java.lang.String... cacheNodeIdsToReboot)
A list of the Cache Node Ids which need to be rebooted for parameter changes to be applied. |
CacheParameterGroupStatus |
withCacheParameterGroupName(java.lang.String cacheParameterGroupName)
The name of the Cache Parameter Group. |
CacheParameterGroupStatus |
withParameterApplyStatus(java.lang.String parameterApplyStatus)
The status of parameter updates. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CacheParameterGroupStatus()
Method Detail |
---|
public java.lang.String getCacheParameterGroupName()
public void setCacheParameterGroupName(java.lang.String cacheParameterGroupName)
cacheParameterGroupName
- The name of the Cache Parameter Group.public CacheParameterGroupStatus withCacheParameterGroupName(java.lang.String cacheParameterGroupName)
Returns a reference to this object so that method calls can be chained together.
cacheParameterGroupName
- The name of the Cache Parameter Group.
public java.lang.String getParameterApplyStatus()
public void setParameterApplyStatus(java.lang.String parameterApplyStatus)
parameterApplyStatus
- The status of parameter updates.public CacheParameterGroupStatus withParameterApplyStatus(java.lang.String parameterApplyStatus)
Returns a reference to this object so that method calls can be chained together.
parameterApplyStatus
- The status of parameter updates.
public java.util.List<java.lang.String> getCacheNodeIdsToReboot()
public void setCacheNodeIdsToReboot(java.util.Collection<java.lang.String> cacheNodeIdsToReboot)
cacheNodeIdsToReboot
- A list of the Cache Node Ids which need to be rebooted for parameter
changes to be applied.public CacheParameterGroupStatus withCacheNodeIdsToReboot(java.lang.String... cacheNodeIdsToReboot)
Returns a reference to this object so that method calls can be chained together.
cacheNodeIdsToReboot
- A list of the Cache Node Ids which need to be rebooted for parameter
changes to be applied.
public CacheParameterGroupStatus withCacheNodeIdsToReboot(java.util.Collection<java.lang.String> cacheNodeIdsToReboot)
Returns a reference to this object so that method calls can be chained together.
cacheNodeIdsToReboot
- A list of the Cache Node Ids which need to be rebooted for parameter
changes to be applied.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |