Class ShapeProperty.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<ShapeProperty.Builder>
-
- org.opensearch.client.opensearch._types.mapping.ShapeProperty.Builder
-
- All Implemented Interfaces:
ObjectBuilder<ShapeProperty>
- Enclosing class:
- ShapeProperty
public static class ShapeProperty.Builder extends DocValuesPropertyBase.AbstractBuilder<ShapeProperty.Builder> implements ObjectBuilder<ShapeProperty>
Builder forShapeProperty.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShapePropertybuild()Builds aShapeProperty.ShapeProperty.Buildercoerce(java.lang.Boolean value)API name:coerceShapeProperty.BuilderignoreMalformed(java.lang.Boolean value)API name:ignore_malformedShapeProperty.BuilderignoreZValue(java.lang.Boolean value)API name:ignore_z_valueShapeProperty.Builderorientation(GeoOrientation value)API name:orientationprotected ShapeProperty.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
-
coerce
public final ShapeProperty.Builder coerce(@Nullable java.lang.Boolean value)
API name:coerce
-
ignoreMalformed
public final ShapeProperty.Builder ignoreMalformed(@Nullable java.lang.Boolean value)
API name:ignore_malformed
-
ignoreZValue
public final ShapeProperty.Builder ignoreZValue(@Nullable java.lang.Boolean value)
API name:ignore_z_value
-
orientation
public final ShapeProperty.Builder orientation(@Nullable GeoOrientation value)
API name:orientation
-
self
protected ShapeProperty.Builder self()
- Specified by:
selfin classPropertyBase.AbstractBuilder<ShapeProperty.Builder>
-
build
public ShapeProperty build()
Builds aShapeProperty.- Specified by:
buildin interfaceObjectBuilder<ShapeProperty>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-