Cloneable
, ReadLimitInfo
, ToCopyableBuilder<RebootCacheClusterRequest.Builder,RebootCacheClusterRequest>
@Generated("software.amazon.awssdk:codegen") public class RebootCacheClusterRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<RebootCacheClusterRequest.Builder,RebootCacheClusterRequest>
Represents the input of a RebootCacheCluster
operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
RebootCacheClusterRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static RebootCacheClusterRequest.Builder |
builder() |
|
String |
cacheClusterId() |
The cache cluster identifier.
|
List<String> |
cacheNodeIdsToReboot() |
A list of cache node IDs to reboot.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends RebootCacheClusterRequest.Builder> |
serializableBuilderClass() |
|
RebootCacheClusterRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String cacheClusterId()
The cache cluster identifier. This parameter is stored as a lowercase string.
public List<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.
public RebootCacheClusterRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RebootCacheClusterRequest.Builder,RebootCacheClusterRequest>
public static RebootCacheClusterRequest.Builder builder()
public static Class<? extends RebootCacheClusterRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.