Class NodeInfoClient.Builder
java.lang.Object
org.opensearch.client.opensearch.nodes.info.NodeInfoClient.Builder
- All Implemented Interfaces:
ObjectBuilder<NodeInfoClient>
- Enclosing class:
- NodeInfoClient
public static class NodeInfoClient.Builder extends java.lang.Object implements ObjectBuilder<NodeInfoClient>
Builder for
NodeInfoClient.-
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 NodeInfoClientbuild()Builds aNodeInfoClient.NodeInfoClient.Buildertype(java.lang.String value)API name:type
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
type
API name:type -
build
Builds aNodeInfoClient.- Specified by:
buildin interfaceObjectBuilder<NodeInfoClient>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-