Class IcuCollationKeywordProperty.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.mapping.PropertyBase.AbstractBuilder<IcuCollationKeywordProperty.Builder>
org.opensearch.client.opensearch._types.mapping.CorePropertyBase.AbstractBuilder<IcuCollationKeywordProperty.Builder>
org.opensearch.client.opensearch._types.mapping.DocValuesPropertyBase.AbstractBuilder<IcuCollationKeywordProperty.Builder>
org.opensearch.client.opensearch._types.mapping.IcuCollationKeywordProperty.Builder
- All Implemented Interfaces:
CopyableBuilder<IcuCollationKeywordProperty.Builder,,IcuCollationKeywordProperty> MutableBuilder<IcuCollationKeywordProperty.Builder,,IcuCollationKeywordProperty> ObjectBuilder<IcuCollationKeywordProperty>
- Enclosing class:
IcuCollationKeywordProperty
public static class IcuCollationKeywordProperty.Builder
extends DocValuesPropertyBase.AbstractBuilder<IcuCollationKeywordProperty.Builder>
implements CopyableBuilder<IcuCollationKeywordProperty.Builder,IcuCollationKeywordProperty>
Builder for
IcuCollationKeywordProperty.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalternate(IcuCollationAlternate value) API name:alternatebuild()Builds aIcuCollationKeywordProperty.caseFirst(IcuCollationCaseFirst value) API name:case_firstAPI name:case_levelcopy()Create a new builderCopyableBuilderthat is a copy of this one.API name:countryAPI name:decompositionhiraganaQuaternaryMode(Boolean value) API name:hiragana_quaternary_modeAPI name:indexAPI name:languageAPI name:null_valueAPI name:numericprotected IcuCollationKeywordProperty.Builderself()strength(IcuCollationStrength value) API name:strengthvariableTop(String value) API name:variable_topAPI name:variantMethods inherited from class org.opensearch.client.opensearch._types.mapping.DocValuesPropertyBase.AbstractBuilder
docValuesMethods inherited from class org.opensearch.client.opensearch._types.mapping.CorePropertyBase.AbstractBuilder
copyTo, copyTo, similarity, storeMethods inherited from class org.opensearch.client.opensearch._types.mapping.PropertyBase.AbstractBuilder
dynamic, fields, fields, fields, ignoreAbove, meta, meta, properties, properties, propertiesMethods 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<IcuCollationKeywordProperty.Builder,IcuCollationKeywordProperty> - Returns:
- a new builder instance.
-
self
- Specified by:
selfin classPropertyBase.AbstractBuilder<IcuCollationKeywordProperty.Builder>
-
alternate
@Nonnull public final IcuCollationKeywordProperty.Builder alternate(@Nullable IcuCollationAlternate value) API name:alternate -
caseFirst
@Nonnull public final IcuCollationKeywordProperty.Builder caseFirst(@Nullable IcuCollationCaseFirst value) API name:case_first -
caseLevel
API name:case_level -
country
API name:country -
decomposition
@Nonnull public final IcuCollationKeywordProperty.Builder decomposition(@Nullable IcuCollationDecomposition value) API name:decomposition -
hiraganaQuaternaryMode
@Nonnull public final IcuCollationKeywordProperty.Builder hiraganaQuaternaryMode(@Nullable Boolean value) API name:hiragana_quaternary_mode -
index
API name:index -
language
API name:language -
nullValue
API name:null_value -
numeric
API name:numeric -
strength
@Nonnull public final IcuCollationKeywordProperty.Builder strength(@Nullable IcuCollationStrength value) API name:strength -
variableTop
API name:variable_top -
variant
API name:variant -
build
Builds aIcuCollationKeywordProperty.- Specified by:
buildin interfaceObjectBuilder<IcuCollationKeywordProperty>- Throws:
NullPointerException- if some of the required fields are null.
-