Class IcuAnalyzer.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.analysis.IcuAnalyzer.Builder
- All Implemented Interfaces:
CopyableBuilder<IcuAnalyzer.Builder,,IcuAnalyzer> MutableBuilder<IcuAnalyzer.Builder,,IcuAnalyzer> ObjectBuilder<IcuAnalyzer>
- Enclosing class:
IcuAnalyzer
public static class IcuAnalyzer.Builder
extends ObjectBuilderBase
implements CopyableBuilder<IcuAnalyzer.Builder,IcuAnalyzer>
Builder for
IcuAnalyzer.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aIcuAnalyzer.copy()Create a new builderCopyableBuilderthat is a copy of this one.final IcuAnalyzer.Buildermethod(IcuNormalizationType value) Required - API name:methodfinal IcuAnalyzer.Buildermode(IcuNormalizationMode value) Required - API name:modeMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.MutableBuilder
applyMutation
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
copy
Description copied from interface:CopyableBuilderCreate a new builderCopyableBuilderthat is a copy of this one.- Specified by:
copyin interfaceCopyableBuilder<IcuAnalyzer.Builder,IcuAnalyzer> - Returns:
- a new builder instance.
-
method
Required - API name:method -
mode
Required - API name:mode -
build
Builds aIcuAnalyzer.- Specified by:
buildin interfaceObjectBuilder<IcuAnalyzer>- Throws:
NullPointerException- if some of the required fields are null.
-