Class IcuAnalyzer.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.analysis.IcuAnalyzer.Builder
-
- All Implemented Interfaces:
ObjectBuilder<IcuAnalyzer>
- Enclosing class:
- IcuAnalyzer
public static class IcuAnalyzer.Builder extends ObjectBuilderBase implements ObjectBuilder<IcuAnalyzer>
Builder forIcuAnalyzer.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IcuAnalyzerbuild()Builds aIcuAnalyzer.IcuAnalyzer.Buildermethod(IcuNormalizationType value)Required - API name:methodIcuAnalyzer.Buildermode(IcuNormalizationMode value)Required - API name:mode-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
method
public final IcuAnalyzer.Builder method(IcuNormalizationType value)
Required - API name:method
-
mode
public final IcuAnalyzer.Builder mode(IcuNormalizationMode value)
Required - API name:mode
-
build
public IcuAnalyzer build()
Builds aIcuAnalyzer.- Specified by:
buildin interfaceObjectBuilder<IcuAnalyzer>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-