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 forUaxEmailUrlTokenizer.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UaxEmailUrlTokenizerbuild()Builds aUaxEmailUrlTokenizer.UaxEmailUrlTokenizer.Buildercopy()Create a new builderCopyableBuilderthat is a copy of this one.UaxEmailUrlTokenizer.BuildermaxTokenLength(java.lang.Integer value)API name:max_token_lengthprotected UaxEmailUrlTokenizer.Builderself()-
Methods inherited from class org.opensearch.client.opensearch._types.analysis.TokenizerBase.AbstractBuilder
version
-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAdd, _listAddAll, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAll
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensearch.client.util.MutableBuilder
applyMutation
-
-
-
-
Method Detail
-
copy
@Nonnull public UaxEmailUrlTokenizer.Builder 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
@Nonnull protected UaxEmailUrlTokenizer.Builder self()
- Specified by:
selfin classTokenizerBase.AbstractBuilder<UaxEmailUrlTokenizer.Builder>
-
maxTokenLength
@Nonnull public final UaxEmailUrlTokenizer.Builder maxTokenLength(@Nullable java.lang.Integer value)
API name:max_token_length
-
build
@Nonnull public UaxEmailUrlTokenizer build()
Builds aUaxEmailUrlTokenizer.- Specified by:
buildin interfaceObjectBuilder<UaxEmailUrlTokenizer>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-