Class Ingest.Builder
java.lang.Object
co.elastic.clients.elasticsearch.ingest.simulate.Ingest.Builder
- All Implemented Interfaces:
ObjectBuilder<Ingest>
- Enclosing class:
- Ingest
public static class Ingest.Builder extends java.lang.Object implements ObjectBuilder<Ingest>
Builder for
Ingest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description Ingestbuild()Builds aIngest.Ingest.Builderpipeline(java.lang.String value)API name:pipelineIngest.Buildertimestamp(java.lang.String value)Required - API name:timestampMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
timestamp
Required - API name:timestamp -
pipeline
API name:pipeline -
build
Builds aIngest.- Specified by:
buildin interfaceObjectBuilder<Ingest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-