Class XyShapeProperty.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.mapping.PropertyBase.AbstractBuilder<XyShapeProperty.Builder>
org.opensearch.client.opensearch._types.mapping.CorePropertyBase.AbstractBuilder<XyShapeProperty.Builder>
org.opensearch.client.opensearch._types.mapping.DocValuesPropertyBase.AbstractBuilder<XyShapeProperty.Builder>
org.opensearch.client.opensearch._types.mapping.XyShapeProperty.Builder
- All Implemented Interfaces:
CopyableBuilder<XyShapeProperty.Builder,,XyShapeProperty> MutableBuilder<XyShapeProperty.Builder,,XyShapeProperty> ObjectBuilder<XyShapeProperty>
- Enclosing class:
XyShapeProperty
public static class XyShapeProperty.Builder
extends DocValuesPropertyBase.AbstractBuilder<XyShapeProperty.Builder>
implements CopyableBuilder<XyShapeProperty.Builder,XyShapeProperty>
Builder for
XyShapeProperty.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aXyShapeProperty.final XyShapeProperty.BuilderAPI name:coercecopy()Create a new builderCopyableBuilderthat is a copy of this one.final XyShapeProperty.BuilderignoreMalformed(Boolean value) API name:ignore_malformedfinal XyShapeProperty.BuilderignoreZValue(Boolean value) API name:ignore_z_valuefinal XyShapeProperty.Builderorientation(GeoOrientation value) API name:orientationprotected XyShapeProperty.Builderself()Methods inherited from class org.opensearch.client.opensearch._types.mapping.DocValuesPropertyBase.AbstractBuilder
docValuesMethods inherited from class org.opensearch.client.opensearch._types.mapping.CorePropertyBase.AbstractBuilder
copyTo, copyTo, similarity, storeMethods inherited from class org.opensearch.client.opensearch._types.mapping.PropertyBase.AbstractBuilder
dynamic, fields, fields, fields, ignoreAbove, meta, meta, properties, properties, propertiesMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.MutableBuilder
applyMutation
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
copy
Description copied from interface:CopyableBuilderCreate a new builderCopyableBuilderthat is a copy of this one.- Specified by:
copyin interfaceCopyableBuilder<XyShapeProperty.Builder,XyShapeProperty> - Returns:
- a new builder instance.
-
self
- Specified by:
selfin classPropertyBase.AbstractBuilder<XyShapeProperty.Builder>
-
coerce
API name:coerce -
ignoreMalformed
API name:ignore_malformed -
ignoreZValue
API name:ignore_z_value -
orientation
API name:orientation -
build
Builds aXyShapeProperty.- Specified by:
buildin interfaceObjectBuilder<XyShapeProperty>- Throws:
NullPointerException- if some of the required fields are null.
-