Class PointProperty.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<PointProperty.Builder>
-
- org.opensearch.client.opensearch._types.mapping.PointProperty.Builder
-
- All Implemented Interfaces:
ObjectBuilder<PointProperty>
- Enclosing class:
- PointProperty
public static class PointProperty.Builder extends DocValuesPropertyBase.AbstractBuilder<PointProperty.Builder> implements ObjectBuilder<PointProperty>
Builder forPointProperty.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PointPropertybuild()Builds aPointProperty.PointProperty.BuilderignoreMalformed(java.lang.Boolean value)API name:ignore_malformedPointProperty.BuilderignoreZValue(java.lang.Boolean value)API name:ignore_z_valuePointProperty.BuildernullValue(java.lang.String value)API name:null_valueprotected PointProperty.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, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
ignoreMalformed
public final PointProperty.Builder ignoreMalformed(@Nullable java.lang.Boolean value)
API name:ignore_malformed
-
ignoreZValue
public final PointProperty.Builder ignoreZValue(@Nullable java.lang.Boolean value)
API name:ignore_z_value
-
nullValue
public final PointProperty.Builder nullValue(@Nullable java.lang.String value)
API name:null_value
-
self
protected PointProperty.Builder self()
- Specified by:
selfin classPropertyBase.AbstractBuilder<PointProperty.Builder>
-
build
public PointProperty build()
Builds aPointProperty.- Specified by:
buildin interfaceObjectBuilder<PointProperty>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-