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) |
RebootNodeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderRebootNodeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.