Cloneable
, ReadLimitInfo
, ToCopyableBuilder<RebootNodeRequest.Builder,RebootNodeRequest>
@Generated("software.amazon.awssdk:codegen") public class RebootNodeRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<RebootNodeRequest.Builder,RebootNodeRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
RebootNodeRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static RebootNodeRequest.Builder |
builder() |
|
String |
clusterName() |
The name of the DAX cluster containing the node to be rebooted.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nodeId() |
The system-assigned ID of the node to be rebooted.
|
static Class<? extends RebootNodeRequest.Builder> |
serializableBuilderClass() |
|
RebootNodeRequest.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 clusterName()
The name of the DAX cluster containing the node to be rebooted.
public String nodeId()
The system-assigned ID of the node to be rebooted.
public RebootNodeRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RebootNodeRequest.Builder,RebootNodeRequest>
public static RebootNodeRequest.Builder builder()
public static Class<? extends RebootNodeRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.