public static interface RebootNodeResponse.Builder extends DaxResponse.Builder, SdkPojo, CopyableBuilder<RebootNodeResponse.Builder,RebootNodeResponse>
| Modifier and Type | Method and Description |
|---|---|
RebootNodeResponse.Builder |
cluster(Cluster cluster)
A description of the DAX cluster after a node has been rebooted.
|
default RebootNodeResponse.Builder |
cluster(Consumer<Cluster.Builder> cluster)
A description of the DAX cluster after a node has been rebooted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRebootNodeResponse.Builder cluster(Cluster cluster)
A description of the DAX cluster after a node has been rebooted.
cluster - A description of the DAX cluster after a node has been rebooted.default RebootNodeResponse.Builder cluster(Consumer<Cluster.Builder> cluster)
A description of the DAX cluster after a node has been rebooted.
This is a convenience method that creates an instance of theCluster.Builder avoiding the need to
create one manually via Cluster.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to cluster(Cluster).
cluster - a consumer that will call methods on Cluster.Buildercluster(Cluster)Copyright © 2022. All rights reserved.