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