Class NodeInfoPath.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<NodeInfoPath.Builder>
co.elastic.clients.elasticsearch.nodes.info.NodeInfoPath.Builder
- All Implemented Interfaces:
WithJson<NodeInfoPath.Builder>,ObjectBuilder<NodeInfoPath>
- Enclosing class:
- NodeInfoPath
public static class NodeInfoPath.Builder
extends WithJsonObjectBuilderBase<NodeInfoPath.Builder>
implements ObjectBuilder<NodeInfoPath>
Builder for
NodeInfoPath.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aNodeInfoPath.final NodeInfoPath.BuilderAPI name:datafinal NodeInfoPath.BuilderAPI name:datafinal NodeInfoPath.BuilderAPI name:homefinal NodeInfoPath.BuilderAPI name:logsfinal NodeInfoPath.BuilderAPI name:repofinal NodeInfoPath.BuilderAPI name:repoprotected NodeInfoPath.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
-
logs
API name:logs -
home
API name:home -
repo
API name:repoAdds all elements of
listtorepo. -
repo
API name:repoAdds one or more values to
repo. -
data
API name:dataAdds all elements of
listtodata. -
data
API name:dataAdds one or more values to
data. -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<NodeInfoPath.Builder>
-
build
Builds aNodeInfoPath.- Specified by:
buildin interfaceObjectBuilder<NodeInfoPath>- Throws:
NullPointerException- if some of the required fields are null.
-