Class DutchAnalyzer.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.analysis.DutchAnalyzer.Builder
- All Implemented Interfaces:
CopyableBuilder<DutchAnalyzer.Builder,,DutchAnalyzer> MutableBuilder<DutchAnalyzer.Builder,,DutchAnalyzer> ObjectBuilder<DutchAnalyzer>
- Enclosing class:
DutchAnalyzer
public static class DutchAnalyzer.Builder
extends ObjectBuilderBase
implements CopyableBuilder<DutchAnalyzer.Builder,DutchAnalyzer>
Builder for
DutchAnalyzer.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aDutchAnalyzer.copy()Create a new builderCopyableBuilderthat is a copy of this one.final DutchAnalyzer.BuilderAPI name:stopwordsfinal DutchAnalyzer.BuilderAPI name:stopwordsMethods 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<DutchAnalyzer.Builder,DutchAnalyzer> - Returns:
- a new builder instance.
-
stopwords
API name:stopwordsAdds all elements of
listtostopwords. -
stopwords
API name:stopwordsAdds one or more values to
stopwords. -
build
Builds aDutchAnalyzer.- Specified by:
buildin interfaceObjectBuilder<DutchAnalyzer>- Throws:
NullPointerException- if some of the required fields are null.
-