Class NodeInfoClient.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch.nodes.info.NodeInfoClient.Builder
-
- All Implemented Interfaces:
ObjectBuilder<NodeInfoClient>
- Enclosing class:
- NodeInfoClient
public static class NodeInfoClient.Builder extends ObjectBuilderBase implements ObjectBuilder<NodeInfoClient>
Builder forNodeInfoClient.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeInfoClientbuild()Builds aNodeInfoClient.NodeInfoClient.Buildertype(java.lang.String value)Required - API name:type-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
type
public final NodeInfoClient.Builder type(java.lang.String value)
Required - API name:type
-
build
public NodeInfoClient build()
Builds aNodeInfoClient.- Specified by:
buildin interfaceObjectBuilder<NodeInfoClient>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-