public static interface CacheParameterGroupStatus.Builder extends CopyableBuilder<CacheParameterGroupStatus.Builder,CacheParameterGroupStatus>
| Modifier and Type | Method and Description | 
|---|---|
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 | 
cacheNodeIdsToReboot(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. 
 | 
copyapplyMutation, buildCacheParameterGroupStatus.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.).
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.