Class Ingest.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch.ingest.simulate.Ingest.Builder
- All Implemented Interfaces:
CopyableBuilder<Ingest.Builder,,Ingest> MutableBuilder<Ingest.Builder,,Ingest> ObjectBuilder<Ingest>
- Enclosing class:
Ingest
public static class Ingest.Builder
extends ObjectBuilderBase
implements CopyableBuilder<Ingest.Builder,Ingest>
Builder for
Ingest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aIngest.copy()Create a new builderCopyableBuilderthat is a copy of this one.final Ingest.BuilderAPI name:pipelinefinal Ingest.BuilderRequired - API name:timestampMethods 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<Ingest.Builder,Ingest> - Returns:
- a new builder instance.
-
pipeline
API name:pipeline -
timestamp
Required - API name:timestamp -
build
Builds aIngest.- Specified by:
buildin interfaceObjectBuilder<Ingest>- Throws:
NullPointerException- if some of the required fields are null.
-