Class NodeInfoIngestDownloader.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<NodeInfoIngestDownloader.Builder>
co.elastic.clients.elasticsearch.nodes.info.NodeInfoIngestDownloader.Builder
- All Implemented Interfaces:
WithJson<NodeInfoIngestDownloader.Builder>,ObjectBuilder<NodeInfoIngestDownloader>
- Enclosing class:
- NodeInfoIngestDownloader
public static class NodeInfoIngestDownloader.Builder
extends WithJsonObjectBuilderBase<NodeInfoIngestDownloader.Builder>
implements ObjectBuilder<NodeInfoIngestDownloader>
Builder for
NodeInfoIngestDownloader.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aNodeInfoIngestDownloader.Required - API name:enabledprotected NodeInfoIngestDownloader.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enabled
Required - API name:enabled -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<NodeInfoIngestDownloader.Builder>
-
build
Builds aNodeInfoIngestDownloader.- Specified by:
buildin interfaceObjectBuilder<NodeInfoIngestDownloader>- Throws:
NullPointerException- if some of the required fields are null.
-