public static interface RebootNodeRequest.Builder extends DaxRequest.Builder, SdkPojo, CopyableBuilder<RebootNodeRequest.Builder,RebootNodeRequest>
| Modifier and Type | Method and Description |
|---|---|
RebootNodeRequest.Builder |
clusterName(String clusterName)
The name of the DAX cluster containing the node to be rebooted.
|
RebootNodeRequest.Builder |
nodeId(String nodeId)
The system-assigned ID of the node to be rebooted.
|
RebootNodeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
RebootNodeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildRebootNodeRequest.Builder clusterName(String clusterName)
The name of the DAX cluster containing the node to be rebooted.
clusterName - The name of the DAX cluster containing the node to be rebooted.RebootNodeRequest.Builder nodeId(String nodeId)
The system-assigned ID of the node to be rebooted.
nodeId - The system-assigned ID of the node to be rebooted.RebootNodeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.RebootNodeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.