Class UppercaseProcessor.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch.ingest.ProcessorBase.AbstractBuilder<UppercaseProcessor.Builder>
co.elastic.clients.elasticsearch.ingest.UppercaseProcessor.Builder
- All Implemented Interfaces:
WithJson<UppercaseProcessor.Builder>,ObjectBuilder<UppercaseProcessor>
- Enclosing class:
- UppercaseProcessor
public static class UppercaseProcessor.Builder
extends ProcessorBase.AbstractBuilder<UppercaseProcessor.Builder>
implements ObjectBuilder<UppercaseProcessor>
Builder for
UppercaseProcessor.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aUppercaseProcessor.Required - The field to make uppercase.ignoreMissing(Boolean value) Iftrueandfielddoes not exist or isnull, the processor quietly exits without modifying the document.protected UppercaseProcessor.Builderself()targetField(String value) The field to assign the converted value to.Methods inherited from class co.elastic.clients.elasticsearch.ingest.ProcessorBase.AbstractBuilder
description, if_, if_, ignoreFailure, onFailure, 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 make uppercase.API name:
field -
ignoreMissing
Iftrueandfielddoes not exist or isnull, the processor quietly exits without modifying the document.API name:
ignore_missing -
targetField
The field to assign the converted value to. By default, the field is updated in-place.API name:
target_field -
self
- Specified by:
selfin classProcessorBase.AbstractBuilder<UppercaseProcessor.Builder>
-
build
Builds aUppercaseProcessor.- Specified by:
buildin interfaceObjectBuilder<UppercaseProcessor>- Throws:
NullPointerException- if some of the required fields are null.
-