Class WildcardProperty.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.mapping.PropertyBase.AbstractBuilder<WildcardProperty.Builder>
org.opensearch.client.opensearch._types.mapping.CorePropertyBase.AbstractBuilder<WildcardProperty.Builder>
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 for
WildcardProperty.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aWildcardProperty.copy()Create a new builderCopyableBuilderthat is a copy of this one.final WildcardProperty.Buildernormalizer(String value) API name:normalizerfinal WildcardProperty.BuilderAPI name:null_valueprotected WildcardProperty.Builderself()Methods 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<WildcardProperty.Builder,WildcardProperty> - Returns:
- a new builder instance.
-
self
- Specified by:
selfin classPropertyBase.AbstractBuilder<WildcardProperty.Builder>
-
normalizer
API name:normalizer -
nullValue
API name:null_value -
build
Builds aWildcardProperty.- Specified by:
buildin interfaceObjectBuilder<WildcardProperty>- Throws:
NullPointerException- if some of the required fields are null.
-