CopyableBuilder<RebootCacheClusterRequest.Builder,RebootCacheClusterRequest>
, SdkBuilder<RebootCacheClusterRequest.Builder,RebootCacheClusterRequest>
public static interface RebootCacheClusterRequest.Builder extends CopyableBuilder<RebootCacheClusterRequest.Builder,RebootCacheClusterRequest>
Modifier and Type | Method | Description |
---|---|---|
RebootCacheClusterRequest.Builder |
cacheClusterId(String cacheClusterId) |
The cache cluster identifier.
|
RebootCacheClusterRequest.Builder |
cacheNodeIdsToReboot(String... cacheNodeIdsToReboot) |
A list of cache node IDs to reboot.
|
RebootCacheClusterRequest.Builder |
cacheNodeIdsToReboot(Collection<String> cacheNodeIdsToReboot) |
A list of cache node IDs to reboot.
|
copy
apply, build
RebootCacheClusterRequest.Builder cacheClusterId(String cacheClusterId)
The cache cluster identifier. This parameter is stored as a lowercase string.
cacheClusterId
- The cache cluster identifier. This parameter is stored as a lowercase string.RebootCacheClusterRequest.Builder cacheNodeIdsToReboot(Collection<String> cacheNodeIdsToReboot)
A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.
cacheNodeIdsToReboot
- A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an
entire cache cluster, specify all of the cache node IDs.RebootCacheClusterRequest.Builder cacheNodeIdsToReboot(String... cacheNodeIdsToReboot)
A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.
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 cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an
entire cache cluster, specify all of the cache node IDs.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.