Class NodeInfoBootstrap.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<NodeInfoBootstrap.Builder>
co.elastic.clients.elasticsearch.nodes.info.NodeInfoBootstrap.Builder
- All Implemented Interfaces:
WithJson<NodeInfoBootstrap.Builder>,ObjectBuilder<NodeInfoBootstrap>
- Enclosing class:
- NodeInfoBootstrap
public static class NodeInfoBootstrap.Builder
extends WithJsonObjectBuilderBase<NodeInfoBootstrap.Builder>
implements ObjectBuilder<NodeInfoBootstrap>
Builder for
NodeInfoBootstrap.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aNodeInfoBootstrap.memoryLock(String value) Required - API name:memory_lockprotected NodeInfoBootstrap.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
memoryLock
Required - API name:memory_lock -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<NodeInfoBootstrap.Builder>
-
build
Builds aNodeInfoBootstrap.- Specified by:
buildin interfaceObjectBuilder<NodeInfoBootstrap>- Throws:
NullPointerException- if some of the required fields are null.
-