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