Class GeoShapeProperty.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.mapping.PropertyBase.AbstractBuilder<BuilderT>
co.elastic.clients.elasticsearch._types.mapping.CorePropertyBase.AbstractBuilder<BuilderT>
co.elastic.clients.elasticsearch._types.mapping.DocValuesPropertyBase.AbstractBuilder<GeoShapeProperty.Builder>
co.elastic.clients.elasticsearch._types.mapping.GeoShapeProperty.Builder
- All Implemented Interfaces:
WithJson<GeoShapeProperty.Builder>,ObjectBuilder<GeoShapeProperty>
- Enclosing class:
- GeoShapeProperty
public static class GeoShapeProperty.Builder
extends DocValuesPropertyBase.AbstractBuilder<GeoShapeProperty.Builder>
implements ObjectBuilder<GeoShapeProperty>
Builder for
GeoShapeProperty.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aGeoShapeProperty.final GeoShapeProperty.BuilderAPI name:coercefinal GeoShapeProperty.BuilderignoreMalformed(Boolean value) API name:ignore_malformedfinal GeoShapeProperty.BuilderignoreZValue(Boolean value) API name:ignore_z_valuefinal GeoShapeProperty.Builderorientation(GeoOrientation value) API name:orientationprotected GeoShapeProperty.Builderself()final GeoShapeProperty.Builderstrategy(GeoStrategy value) API name:strategyMethods inherited from class co.elastic.clients.elasticsearch._types.mapping.DocValuesPropertyBase.AbstractBuilder
docValuesMethods inherited from class co.elastic.clients.elasticsearch._types.mapping.CorePropertyBase.AbstractBuilder
copyTo, copyTo, similarity, storeMethods inherited from class co.elastic.clients.elasticsearch._types.mapping.PropertyBase.AbstractBuilder
dynamic, fields, fields, fields, ignoreAbove, meta, meta, properties, properties, propertiesMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
coerce
API name:coerce -
ignoreMalformed
API name:ignore_malformed -
ignoreZValue
API name:ignore_z_value -
orientation
API name:orientation -
strategy
API name:strategy -
self
- Specified by:
selfin classPropertyBase.AbstractBuilder<GeoShapeProperty.Builder>
-
build
Builds aGeoShapeProperty.- Specified by:
buildin interfaceObjectBuilder<GeoShapeProperty>- Throws:
NullPointerException- if some of the required fields are null.
-