Class NodeInfoSettingsHttpType.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<NodeInfoSettingsHttpType.Builder>
co.elastic.clients.elasticsearch.nodes.info.NodeInfoSettingsHttpType.Builder
- All Implemented Interfaces:
WithJson<NodeInfoSettingsHttpType.Builder>,ObjectBuilder<NodeInfoSettingsHttpType>
- Enclosing class:
- NodeInfoSettingsHttpType
public static class NodeInfoSettingsHttpType.Builder extends WithJsonObjectBuilderBase<NodeInfoSettingsHttpType.Builder> 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:defaultprotected NodeInfoSettingsHttpType.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods 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 -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<NodeInfoSettingsHttpType.Builder>
-
build
Builds aNodeInfoSettingsHttpType.- Specified by:
buildin interfaceObjectBuilder<NodeInfoSettingsHttpType>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-