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