Class IntegerNumberProperty.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<BuilderT>
-
- org.opensearch.client.opensearch._types.mapping.NumberPropertyBase.AbstractBuilder<BuilderT>
-
- org.opensearch.client.opensearch._types.mapping.StandardNumberProperty.AbstractBuilder<IntegerNumberProperty.Builder>
-
- org.opensearch.client.opensearch._types.mapping.IntegerNumberProperty.Builder
-
- All Implemented Interfaces:
ObjectBuilder<IntegerNumberProperty>
- Enclosing class:
- IntegerNumberProperty
public static class IntegerNumberProperty.Builder extends StandardNumberProperty.AbstractBuilder<IntegerNumberProperty.Builder> implements ObjectBuilder<IntegerNumberProperty>
Builder forIntegerNumberProperty.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerNumberPropertybuild()Builds aIntegerNumberProperty.IntegerNumberProperty.BuildernullValue(java.lang.Integer value)API name:null_valueprotected IntegerNumberProperty.Builderself()-
Methods inherited from class org.opensearch.client.opensearch._types.mapping.StandardNumberProperty.AbstractBuilder
coerce, onScriptError, script, script
-
Methods inherited from class org.opensearch.client.opensearch._types.mapping.NumberPropertyBase.AbstractBuilder
ignoreMalformed, index
-
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, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
nullValue
public final IntegerNumberProperty.Builder nullValue(@Nullable java.lang.Integer value)
API name:null_value
-
self
protected IntegerNumberProperty.Builder self()
- Specified by:
selfin classPropertyBase.AbstractBuilder<IntegerNumberProperty.Builder>
-
build
public IntegerNumberProperty build()
Builds aIntegerNumberProperty.- Specified by:
buildin interfaceObjectBuilder<IntegerNumberProperty>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-