CopyableBuilder<CacheParameterGroupStatus.Builder,CacheParameterGroupStatus>
, SdkBuilder<CacheParameterGroupStatus.Builder,CacheParameterGroupStatus>
public static interface CacheParameterGroupStatus.Builder extends CopyableBuilder<CacheParameterGroupStatus.Builder,CacheParameterGroupStatus>
Modifier and Type | Method | Description |
---|---|---|
CacheParameterGroupStatus.Builder |
cacheNodeIdsToReboot(String... cacheNodeIdsToReboot) |
A list of the cache node IDs which need to be rebooted for parameter changes to be applied.
|
CacheParameterGroupStatus.Builder |
cacheNodeIdsToReboot(Collection<String> cacheNodeIdsToReboot) |
A list of the cache node IDs which need to be rebooted for parameter changes to be applied.
|
CacheParameterGroupStatus.Builder |
cacheParameterGroupName(String cacheParameterGroupName) |
The name of the cache parameter group.
|
CacheParameterGroupStatus.Builder |
parameterApplyStatus(String parameterApplyStatus) |
The status of parameter updates.
|
copy
apply, build
CacheParameterGroupStatus.Builder cacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group.
cacheParameterGroupName
- The name of the cache parameter group.CacheParameterGroupStatus.Builder parameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
parameterApplyStatus
- The status of parameter updates.CacheParameterGroupStatus.Builder cacheNodeIdsToReboot(Collection<String> 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.).
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.).CacheParameterGroupStatus.Builder cacheNodeIdsToReboot(String... 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.).
NOTE: This method appends the values to the existing list (if any). Use
#setCacheNodeIdsToReboot(java.util.Collection)
or
#withCacheNodeIdsToReboot(java.util.Collection)
if you want to override the existing values.
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.).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.