Class ShapeProperty.Builder
java.lang.Object
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<ShapeProperty.Builder>
co.elastic.clients.elasticsearch._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 for
ShapeProperty.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
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(ShapeOrientation value)API name:orientationprotected ShapeProperty.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.mapping.DocValuesPropertyBase.AbstractBuilder
docValuesMethods inherited from class co.elastic.clients.elasticsearch._types.mapping.CorePropertyBase.AbstractBuilder
addCopyTo, copyTo, copyTo, similarity, storeMethods inherited from class co.elastic.clients.elasticsearch._types.mapping.PropertyBase.AbstractBuilder
dynamic, fields, fields, ignoreAbove, localMetadata, meta, name, properties, properties, putFields, putFields, putLocalMetadata, putMeta, putProperties, putPropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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 -
self
- Specified by:
selfin classPropertyBase.AbstractBuilder<ShapeProperty.Builder>
-
build
Builds aShapeProperty.- Specified by:
buildin interfaceObjectBuilder<ShapeProperty>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-