Class NodeInfoPath.Builder
java.lang.Object
org.opensearch.client.opensearch.nodes.info.NodeInfoPath.Builder
- All Implemented Interfaces:
ObjectBuilder<NodeInfoPath>
- Enclosing class:
- NodeInfoPath
public static class NodeInfoPath.Builder extends java.lang.Object implements ObjectBuilder<NodeInfoPath>
Builder for
NodeInfoPath.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.client.util.ObjectBuilder
ObjectBuilder.Constant<V> -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description NodeInfoPath.BuilderaddData(java.lang.String value)Add a value todata(List), creating the list if needed.NodeInfoPath.BuilderaddRepo(java.lang.String value)Add a value torepo(List), creating the list if needed.NodeInfoPathbuild()Builds aNodeInfoPath.NodeInfoPath.Builderdata(java.lang.String... value)API name:dataNodeInfoPath.Builderdata(java.util.List<java.lang.String> value)API name:dataNodeInfoPath.Builderhome(java.lang.String value)API name:homeNodeInfoPath.Builderlogs(java.lang.String value)API name:logsNodeInfoPath.Builderrepo(java.lang.String... value)API name:repoNodeInfoPath.Builderrepo(java.util.List<java.lang.String> value)API name:repo
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
logs
API name:logs -
home
API name:home -
repo
API name:repo -
repo
API name:repo -
addRepo
Add a value torepo(List), creating the list if needed. -
data
API name:data -
data
API name:data -
addData
Add a value todata(List), creating the list if needed. -
build
Builds aNodeInfoPath.- Specified by:
buildin interfaceObjectBuilder<NodeInfoPath>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-