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