|
|||||||
| 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 | |
|---|---|
List<String> |
getCacheNodeIdsToReboot()
A list of the Cache Node Ids which need to be rebooted for parameter changes to be applied. |
String |
getCacheParameterGroupName()
The name of the Cache Parameter Group. |
String |
getParameterApplyStatus()
The status of parameter updates. |
void |
setCacheNodeIdsToReboot(Collection<String> cacheNodeIdsToReboot)
A list of the Cache Node Ids which need to be rebooted for parameter changes to be applied. |
void |
setCacheParameterGroupName(String cacheParameterGroupName)
The name of the Cache Parameter Group. |
void |
setParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CacheParameterGroupStatus |
withCacheNodeIdsToReboot(Collection<String> cacheNodeIdsToReboot)
A list of the Cache Node Ids which need to be rebooted for parameter changes to be applied. |
CacheParameterGroupStatus |
withCacheNodeIdsToReboot(String... cacheNodeIdsToReboot)
A list of the Cache Node Ids which need to be rebooted for parameter changes to be applied. |
CacheParameterGroupStatus |
withCacheParameterGroupName(String cacheParameterGroupName)
The name of the Cache Parameter Group. |
CacheParameterGroupStatus |
withParameterApplyStatus(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 String getCacheParameterGroupName()
public void setCacheParameterGroupName(String cacheParameterGroupName)
cacheParameterGroupName - The name of the Cache Parameter Group.public CacheParameterGroupStatus withCacheParameterGroupName(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 String getParameterApplyStatus()
public void setParameterApplyStatus(String parameterApplyStatus)
parameterApplyStatus - The status of parameter updates.public CacheParameterGroupStatus withParameterApplyStatus(String parameterApplyStatus)
Returns a reference to this object so that method calls can be chained together.
parameterApplyStatus - The status of parameter updates.
public List<String> getCacheNodeIdsToReboot()
public void setCacheNodeIdsToReboot(Collection<String> cacheNodeIdsToReboot)
cacheNodeIdsToReboot - A list of the Cache Node Ids which need to be rebooted for parameter
changes to be applied.public CacheParameterGroupStatus withCacheNodeIdsToReboot(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(Collection<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 String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||