Class CacheParameterGroupStatus
- All Implemented Interfaces:
Serializable
,Cloneable
The status of the cache parameter group.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of the cache node IDs which need to be rebooted for parameter changes to be applied.The name of the cache parameter group.The status of parameter updates.int
hashCode()
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.toString()
Returns a string representation of this object; useful for testing and debugging.withCacheNodeIdsToReboot
(String... cacheNodeIdsToReboot) A list of the cache node IDs which need to be rebooted for parameter changes to be applied.withCacheNodeIdsToReboot
(Collection<String> cacheNodeIdsToReboot) A list of the cache node IDs which need to be rebooted for parameter changes to be applied.withCacheParameterGroupName
(String cacheParameterGroupName) The name of the cache parameter group.withParameterApplyStatus
(String parameterApplyStatus) The status of parameter updates.
-
Constructor Details
-
CacheParameterGroupStatus
public CacheParameterGroupStatus()
-
-
Method Details
-
setCacheParameterGroupName
The name of the cache parameter group.
- Parameters:
cacheParameterGroupName
- The name of the cache parameter group.
-
getCacheParameterGroupName
The name of the cache parameter group.
- Returns:
- The name of the cache parameter group.
-
withCacheParameterGroupName
The name of the cache parameter group.
- Parameters:
cacheParameterGroupName
- The name of the cache parameter group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setParameterApplyStatus
The status of parameter updates.
- Parameters:
parameterApplyStatus
- The status of parameter updates.
-
getParameterApplyStatus
The status of parameter updates.
- Returns:
- The status of parameter updates.
-
withParameterApplyStatus
The status of parameter updates.
- Parameters:
parameterApplyStatus
- The status of parameter updates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getCacheNodeIdsToReboot
A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).
- Returns:
- A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).
-
setCacheNodeIdsToReboot
A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).
- Parameters:
cacheNodeIdsToReboot
- A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).
-
withCacheNodeIdsToReboot
A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).
NOTE: This method appends the values to the existing list (if any). Use
setCacheNodeIdsToReboot(java.util.Collection)
orwithCacheNodeIdsToReboot(java.util.Collection)
if you want to override the existing values.- Parameters:
cacheNodeIdsToReboot
- A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withCacheNodeIdsToReboot
A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).
- Parameters:
cacheNodeIdsToReboot
- A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-