Class DeleteNodeRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.shutdown.DeleteNodeRequest
public class DeleteNodeRequest extends RequestBase
Removes a node from the shutdown list. Designed for indirect use by ECE/ESS
and ECK. Direct use is not supported.
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteNodeRequest.BuilderBuilder forDeleteNodeRequest.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static Endpoint<DeleteNodeRequest,DeleteNodeResponse,ErrorResponse>_ENDPOINTEndpoint "shutdown.delete_node". -
Method Summary
Modifier and Type Method Description java.lang.StringnodeId()Required - The node id of node to be removed from the shutdown statestatic DeleteNodeRequestof(java.util.function.Function<DeleteNodeRequest.Builder,ObjectBuilder<DeleteNodeRequest>> fn)Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_ENDPOINT
Endpoint "shutdown.delete_node".
-
-
Method Details
-
of
public static DeleteNodeRequest of(java.util.function.Function<DeleteNodeRequest.Builder,ObjectBuilder<DeleteNodeRequest>> fn) -
nodeId
public final java.lang.String nodeId()Required - The node id of node to be removed from the shutdown stateAPI name:
node_id
-