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