Class UaxEmailUrlTokenizer.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.analysis.TokenizerBase.AbstractBuilder<UaxEmailUrlTokenizer.Builder>
org.opensearch.client.opensearch._types.analysis.UaxEmailUrlTokenizer.Builder
- All Implemented Interfaces:
CopyableBuilder<UaxEmailUrlTokenizer.Builder,,UaxEmailUrlTokenizer> MutableBuilder<UaxEmailUrlTokenizer.Builder,,UaxEmailUrlTokenizer> ObjectBuilder<UaxEmailUrlTokenizer>
- Enclosing class:
UaxEmailUrlTokenizer
public static class UaxEmailUrlTokenizer.Builder
extends TokenizerBase.AbstractBuilder<UaxEmailUrlTokenizer.Builder>
implements CopyableBuilder<UaxEmailUrlTokenizer.Builder,UaxEmailUrlTokenizer>
Builder for
UaxEmailUrlTokenizer.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aUaxEmailUrlTokenizer.copy()Create a new builderCopyableBuilderthat is a copy of this one.maxTokenLength(Integer value) API name:max_token_lengthprotected UaxEmailUrlTokenizer.Builderself()Methods inherited from class org.opensearch.client.opensearch._types.analysis.TokenizerBase.AbstractBuilder
versionMethods 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<UaxEmailUrlTokenizer.Builder,UaxEmailUrlTokenizer> - Returns:
- a new builder instance.
-
self
- Specified by:
selfin classTokenizerBase.AbstractBuilder<UaxEmailUrlTokenizer.Builder>
-
maxTokenLength
API name:max_token_length -
build
Builds aUaxEmailUrlTokenizer.- Specified by:
buildin interfaceObjectBuilder<UaxEmailUrlTokenizer>- Throws:
NullPointerException- if some of the required fields are null.
-