Class DotExpanderProcessor.Builder
java.lang.Object
co.elastic.clients.elasticsearch.ingest.ProcessorBase.AbstractBuilder<DotExpanderProcessor.Builder>
co.elastic.clients.elasticsearch.ingest.DotExpanderProcessor.Builder
- All Implemented Interfaces:
ObjectBuilder<DotExpanderProcessor>
- Enclosing class:
- DotExpanderProcessor
public static class DotExpanderProcessor.Builder extends ProcessorBase.AbstractBuilder<DotExpanderProcessor.Builder> implements ObjectBuilder<DotExpanderProcessor>
Builder for
DotExpanderProcessor.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description DotExpanderProcessorbuild()Builds aDotExpanderProcessor.DotExpanderProcessor.Builderfield(java.lang.String value)Required - API name:fieldDotExpanderProcessor.Builderpath(java.lang.String value)API name:pathprotected DotExpanderProcessor.Builderself()Methods inherited from class co.elastic.clients.elasticsearch.ingest.ProcessorBase.AbstractBuilder
addOnFailure, addOnFailure, if_, ignoreFailure, onFailure, onFailure, onFailure, tagMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
field
Required - API name:field -
path
API name:path -
self
- Specified by:
selfin classProcessorBase.AbstractBuilder<DotExpanderProcessor.Builder>
-
build
Builds aDotExpanderProcessor.- Specified by:
buildin interfaceObjectBuilder<DotExpanderProcessor>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-