Class NodeInfoSettingsHttpType.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch.nodes.info.NodeInfoSettingsHttpType.Builder
- All Implemented Interfaces:
ObjectBuilder<NodeInfoSettingsHttpType>
- Enclosing class:
- NodeInfoSettingsHttpType
public static class NodeInfoSettingsHttpType.Builder extends ObjectBuilderBase implements ObjectBuilder<NodeInfoSettingsHttpType>
Builder for
NodeInfoSettingsHttpType.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description NodeInfoSettingsHttpTypebuild()Builds aNodeInfoSettingsHttpType.NodeInfoSettingsHttpType.Builderdefault_(java.lang.String value)Required - API name:defaultMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
default_
Required - API name:default -
build
Builds aNodeInfoSettingsHttpType.- Specified by:
buildin interfaceObjectBuilder<NodeInfoSettingsHttpType>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-