Class NodeInfoIngestDownloader.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch.nodes.info.NodeInfoIngestDownloader.Builder
- All Implemented Interfaces:
CopyableBuilder<NodeInfoIngestDownloader.Builder,,NodeInfoIngestDownloader> MutableBuilder<NodeInfoIngestDownloader.Builder,,NodeInfoIngestDownloader> ObjectBuilder<NodeInfoIngestDownloader>
- Enclosing class:
NodeInfoIngestDownloader
public static class NodeInfoIngestDownloader.Builder
extends ObjectBuilderBase
implements CopyableBuilder<NodeInfoIngestDownloader.Builder,NodeInfoIngestDownloader>
Builder for
NodeInfoIngestDownloader.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aNodeInfoIngestDownloader.copy()Create a new builderCopyableBuilderthat is a copy of this one.Required - Whether the downloader is enabled.Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.MutableBuilder
applyMutation
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
copy
Description copied from interface:CopyableBuilderCreate a new builderCopyableBuilderthat is a copy of this one.- Specified by:
copyin interfaceCopyableBuilder<NodeInfoIngestDownloader.Builder,NodeInfoIngestDownloader> - Returns:
- a new builder instance.
-
enabled
Required - Whether the downloader is enabled.API name:
enabled -
build
Builds aNodeInfoIngestDownloader.- Specified by:
buildin interfaceObjectBuilder<NodeInfoIngestDownloader>- Throws:
NullPointerException- if some of the required fields are null.
-