Class WildcardProperty.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<WildcardProperty.Builder>
-
- org.opensearch.client.opensearch._types.mapping.WildcardProperty.Builder
-
- All Implemented Interfaces:
CopyableBuilder<WildcardProperty.Builder,WildcardProperty>,MutableBuilder<WildcardProperty.Builder,WildcardProperty>,ObjectBuilder<WildcardProperty>
- Enclosing class:
- WildcardProperty
public static class WildcardProperty.Builder extends DocValuesPropertyBase.AbstractBuilder<WildcardProperty.Builder> implements CopyableBuilder<WildcardProperty.Builder,WildcardProperty>
Builder forWildcardProperty.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WildcardPropertybuild()Builds aWildcardProperty.WildcardProperty.Buildercopy()Create a new builderCopyableBuilderthat is a copy of this one.WildcardProperty.Buildernormalizer(java.lang.String value)API name:normalizerWildcardProperty.BuildernullValue(java.lang.String value)API name:null_valueprotected WildcardProperty.Builderself()-
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 WildcardProperty.Builder copy()
Description copied from interface:CopyableBuilderCreate a new builderCopyableBuilderthat is a copy of this one.- Specified by:
copyin interfaceCopyableBuilder<WildcardProperty.Builder,WildcardProperty>- Returns:
- a new builder instance.
-
self
@Nonnull protected WildcardProperty.Builder self()
- Specified by:
selfin classPropertyBase.AbstractBuilder<WildcardProperty.Builder>
-
normalizer
@Nonnull public final WildcardProperty.Builder normalizer(@Nullable java.lang.String value)
API name:normalizer
-
nullValue
@Nonnull public final WildcardProperty.Builder nullValue(@Nullable java.lang.String value)
API name:null_value
-
build
@Nonnull public WildcardProperty build()
Builds aWildcardProperty.- Specified by:
buildin interfaceObjectBuilder<WildcardProperty>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-