Class IndexSettingsAnalyze.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch.indices.IndexSettingsAnalyze.Builder
- All Implemented Interfaces:
CopyableBuilder<IndexSettingsAnalyze.Builder,,IndexSettingsAnalyze> MutableBuilder<IndexSettingsAnalyze.Builder,,IndexSettingsAnalyze> ObjectBuilder<IndexSettingsAnalyze>
- Enclosing class:
IndexSettingsAnalyze
public static class IndexSettingsAnalyze.Builder
extends ObjectBuilderBase
implements CopyableBuilder<IndexSettingsAnalyze.Builder,IndexSettingsAnalyze>
Builder for
IndexSettingsAnalyze.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aIndexSettingsAnalyze.copy()Create a new builderCopyableBuilderthat is a copy of this one.maxTokenCount(Integer value) API name:max_token_countMethods 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<IndexSettingsAnalyze.Builder,IndexSettingsAnalyze> - Returns:
- a new builder instance.
-
maxTokenCount
API name:max_token_count -
build
Builds aIndexSettingsAnalyze.- Specified by:
buildin interfaceObjectBuilder<IndexSettingsAnalyze>- Throws:
NullPointerException- if some of the required fields are null.
-