Class DotExpanderProcessor.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch.ingest.ProcessorBase.AbstractBuilder<DotExpanderProcessor.Builder>
co.elastic.clients.elasticsearch.ingest.DotExpanderProcessor.Builder
- All Implemented Interfaces:
WithJson<DotExpanderProcessor.Builder>,ObjectBuilder<DotExpanderProcessor>
- Enclosing class:
- DotExpanderProcessor
public static class DotExpanderProcessor.Builder
extends ProcessorBase.AbstractBuilder<DotExpanderProcessor.Builder>
implements ObjectBuilder<DotExpanderProcessor>
Builder for
DotExpanderProcessor.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aDotExpanderProcessor.Required - The field to expand into an object field.The field that contains the field to expand.protected DotExpanderProcessor.Builderself()Methods inherited from class co.elastic.clients.elasticsearch.ingest.ProcessorBase.AbstractBuilder
description, if_, ignoreFailure, onFailure, onFailure, onFailure, tagMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
field
Required - The field to expand into an object field. If set to*, all top-level fields will be expanded.API name:
field -
path
The field that contains the field to expand. Only required if the field to expand is part another object field, because thefieldoption can only understand leaf fields.API name:
path -
self
- Specified by:
selfin classProcessorBase.AbstractBuilder<DotExpanderProcessor.Builder>
-
build
Builds aDotExpanderProcessor.- Specified by:
buildin interfaceObjectBuilder<DotExpanderProcessor>- Throws:
NullPointerException- if some of the required fields are null.
-