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