public static interface RebootCacheClusterRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<RebootCacheClusterRequest.Builder,RebootCacheClusterRequest>
| Modifier and Type | Method and Description |
|---|---|
RebootCacheClusterRequest.Builder |
cacheClusterId(String cacheClusterId)
The cluster identifier.
|
RebootCacheClusterRequest.Builder |
cacheNodeIdsToReboot(Collection<String> cacheNodeIdsToReboot)
A list of cache node IDs to reboot.
|
RebootCacheClusterRequest.Builder |
cacheNodeIdsToReboot(String... cacheNodeIdsToReboot)
A list of cache node IDs to reboot.
|
RebootCacheClusterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RebootCacheClusterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRebootCacheClusterRequest.Builder cacheClusterId(String cacheClusterId)
The cluster identifier. This parameter is stored as a lowercase string.
cacheClusterId - The 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 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 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 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 cluster, specify all of the cache node IDs.RebootCacheClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRebootCacheClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.