Class GetNodeRequest.Builder
java.lang.Object
co.elastic.clients.elasticsearch.shutdown.GetNodeRequest.Builder
- All Implemented Interfaces:
ObjectBuilder<GetNodeRequest>
- Enclosing class:
- GetNodeRequest
public static class GetNodeRequest.Builder extends java.lang.Object implements ObjectBuilder<GetNodeRequest>
Builder for
GetNodeRequest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description GetNodeRequest.BuilderaddNodeId(java.lang.String value)Add a value tonodeId(List), creating the list if needed.GetNodeRequestbuild()Builds aGetNodeRequest.GetNodeRequest.BuildernodeId(java.lang.String... value)Which node for which to retrieve the shutdown statusGetNodeRequest.BuildernodeId(java.util.List<java.lang.String> value)Which node for which to retrieve the shutdown statusMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
nodeId
Which node for which to retrieve the shutdown statusAPI name:
node_id -
nodeId
Which node for which to retrieve the shutdown statusAPI name:
node_id -
addNodeId
Add a value tonodeId(List), creating the list if needed. -
build
Builds aGetNodeRequest.- Specified by:
buildin interfaceObjectBuilder<GetNodeRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-