Class IcuCollationKeywordProperty.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.mapping.PropertyBase.AbstractBuilder<BuilderT>
-
- org.opensearch.client.opensearch._types.mapping.CorePropertyBase.AbstractBuilder<BuilderT>
-
- 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 forIcuCollationKeywordProperty.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
Methods inherited from class org.opensearch.client.opensearch._types.mapping.DocValuesPropertyBase.AbstractBuilder
docValues
-
Methods inherited from class org.opensearch.client.opensearch._types.mapping.CorePropertyBase.AbstractBuilder
copyTo, copyTo, similarity, store
-
Methods inherited from class org.opensearch.client.opensearch._types.mapping.PropertyBase.AbstractBuilder
dynamic, fields, fields, fields, ignoreAbove, localMetadata, localMetadata, meta, meta, name, properties, properties, properties
-
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 IcuCollationKeywordProperty.Builder 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
@Nonnull protected IcuCollationKeywordProperty.Builder 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
@Nonnull public final IcuCollationKeywordProperty.Builder caseLevel(@Nullable java.lang.Boolean value)
API name:case_level
-
country
@Nonnull public final IcuCollationKeywordProperty.Builder country(@Nullable java.lang.String value)
API name:country
-
decomposition
@Nonnull public final IcuCollationKeywordProperty.Builder decomposition(@Nullable IcuCollationDecomposition value)
API name:decomposition
-
hiraganaQuaternaryMode
@Nonnull public final IcuCollationKeywordProperty.Builder hiraganaQuaternaryMode(@Nullable java.lang.Boolean value)
API name:hiragana_quaternary_mode
-
index
@Nonnull public final IcuCollationKeywordProperty.Builder index(@Nullable java.lang.Boolean value)
API name:index
-
language
@Nonnull public final IcuCollationKeywordProperty.Builder language(@Nullable java.lang.String value)
API name:language
-
nullValue
@Nonnull public final IcuCollationKeywordProperty.Builder nullValue(@Nullable java.lang.String value)
API name:null_value
-
numeric
@Nonnull public final IcuCollationKeywordProperty.Builder numeric(@Nullable java.lang.Boolean value)
API name:numeric
-
strength
@Nonnull public final IcuCollationKeywordProperty.Builder strength(@Nullable IcuCollationStrength value)
API name:strength
-
variableTop
@Nonnull public final IcuCollationKeywordProperty.Builder variableTop(@Nullable java.lang.String value)
API name:variable_top
-
variant
@Nonnull public final IcuCollationKeywordProperty.Builder variant(@Nullable java.lang.String value)
API name:variant
-
build
@Nonnull public IcuCollationKeywordProperty build()
Builds aIcuCollationKeywordProperty.- Specified by:
buildin interfaceObjectBuilder<IcuCollationKeywordProperty>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-