Class IndexOperation.Builder
java.lang.Object
co.elastic.clients.elasticsearch.core.bulk.OperationBase.AbstractBuilder<IndexOperation.Builder>
co.elastic.clients.elasticsearch.core.bulk.IndexOperation.Builder
- All Implemented Interfaces:
ObjectBuilder<IndexOperation>
- Enclosing class:
- IndexOperation
public static class IndexOperation.Builder extends OperationBase.AbstractBuilder<IndexOperation.Builder> implements ObjectBuilder<IndexOperation>
Builder for
IndexOperation.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description IndexOperationbuild()Builds aIndexOperation.protected IndexOperation.Builderself()Methods inherited from class co.elastic.clients.elasticsearch.core.bulk.OperationBase.AbstractBuilder
id, index, retryOnConflict, routing, version, versionTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classOperationBase.AbstractBuilder<IndexOperation.Builder>
-
build
Builds aIndexOperation.- Specified by:
buildin interfaceObjectBuilder<IndexOperation>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-