Class NodesResponse.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<NodesResponse.Builder>
co.elastic.clients.elasticsearch.cat.NodesResponse.Builder
- All Implemented Interfaces:
WithJson<NodesResponse.Builder>,ObjectBuilder<NodesResponse>
- Enclosing class:
- NodesResponse
public static class NodesResponse.Builder
extends WithJsonObjectBuilderBase<NodesResponse.Builder>
implements ObjectBuilder<NodesResponse>
Builder for
NodesResponse.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aNodesResponse.final NodesResponse.Buildernodes(NodesRecord value, NodesRecord... values) Required - Response value.final NodesResponse.BuilderRequired - Response value.final NodesResponse.Buildernodes(List<NodesRecord> list) Required - Response value.protected NodesResponse.Builderself()withJson(jakarta.json.stream.JsonParser parser, JsonpMapper mapper) Sets additional properties values on this object by reading from a JSON input.Methods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
nodes
Required - Response value.Adds all elements of
listtonodes. -
nodes
Required - Response value.Adds one or more values to
nodes. -
nodes
public final NodesResponse.Builder nodes(Function<NodesRecord.Builder, ObjectBuilder<NodesRecord>> fn) Required - Response value.Adds a value to
nodesusing a builder lambda. -
withJson
Description copied from interface:WithJsonSets additional properties values on this object by reading from a JSON input.This is a "partial deserialization": properties that were already set keep their value if they're not present in the JSON input, and properties can also be set after having called this method, including overriding those read from the JSON input.
This low level variant of
withJsongives full control on the json parser and object mapper. Most of the time usingWithJson.withJson(Reader)andWithJson.withJson(InputStream)will be more convenient.- Specified by:
withJsonin interfaceWithJson<NodesResponse.Builder>- Overrides:
withJsonin classWithJsonObjectBuilderBase<NodesResponse.Builder>- Parameters:
parser- the JSONP parsermapper- the JSONP mapper used to deserialize values and nested objects- Returns:
- this object
-
self
- Specified by:
selfin classWithJsonObjectBuilderBase<NodesResponse.Builder>
-
build
Builds aNodesResponse.- Specified by:
buildin interfaceObjectBuilder<NodesResponse>- Throws:
NullPointerException- if some of the required fields are null.
-