public static interface RebootNodeRequest.Builder extends DaxRequest.Builder, 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.
|
build
overrideConfiguration
copy
applyMutation, build
RebootNodeRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.RebootNodeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.