Class UrlDecodeProcessor.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch.ingest.ProcessorBase.AbstractBuilder<UrlDecodeProcessor.Builder>
co.elastic.clients.elasticsearch.ingest.UrlDecodeProcessor.Builder
- All Implemented Interfaces:
WithJson<UrlDecodeProcessor.Builder>,ObjectBuilder<UrlDecodeProcessor>
- Enclosing class:
- UrlDecodeProcessor
public static class UrlDecodeProcessor.Builder
extends ProcessorBase.AbstractBuilder<UrlDecodeProcessor.Builder>
implements ObjectBuilder<UrlDecodeProcessor>
Builder for
UrlDecodeProcessor.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aUrlDecodeProcessor.Required - The field to decode.ignoreMissing(Boolean value) Iftrueandfielddoes not exist or isnull, the processor quietly exits without modifying the document.protected UrlDecodeProcessor.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 decode.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<UrlDecodeProcessor.Builder>
-
build
Builds aUrlDecodeProcessor.- Specified by:
buildin interfaceObjectBuilder<UrlDecodeProcessor>- Throws:
NullPointerException- if some of the required fields are null.
-