Class DoubleRangeProperty.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.mapping.PropertyBase.AbstractBuilder<DoubleRangeProperty.Builder>
org.opensearch.client.opensearch._types.mapping.CorePropertyBase.AbstractBuilder<DoubleRangeProperty.Builder>
org.opensearch.client.opensearch._types.mapping.DocValuesPropertyBase.AbstractBuilder<DoubleRangeProperty.Builder>
org.opensearch.client.opensearch._types.mapping.RangePropertyBase.AbstractBuilder<DoubleRangeProperty.Builder>
org.opensearch.client.opensearch._types.mapping.DoubleRangeProperty.Builder
- All Implemented Interfaces:
CopyableBuilder<DoubleRangeProperty.Builder,,DoubleRangeProperty> MutableBuilder<DoubleRangeProperty.Builder,,DoubleRangeProperty> ObjectBuilder<DoubleRangeProperty>
- Enclosing class:
DoubleRangeProperty
public static class DoubleRangeProperty.Builder
extends RangePropertyBase.AbstractBuilder<DoubleRangeProperty.Builder>
implements CopyableBuilder<DoubleRangeProperty.Builder,DoubleRangeProperty>
Builder for
DoubleRangeProperty.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aDoubleRangeProperty.copy()Create a new builderCopyableBuilderthat is a copy of this one.protected DoubleRangeProperty.Builderself()Methods inherited from class org.opensearch.client.opensearch._types.mapping.RangePropertyBase.AbstractBuilder
boost, coerce, indexMethods 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<DoubleRangeProperty.Builder,DoubleRangeProperty> - Returns:
- a new builder instance.
-
self
- Specified by:
selfin classPropertyBase.AbstractBuilder<DoubleRangeProperty.Builder>
-
build
Builds aDoubleRangeProperty.- Specified by:
buildin interfaceObjectBuilder<DoubleRangeProperty>- Throws:
NullPointerException- if some of the required fields are null.
-