Class XyPointProperty.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.mapping.PropertyBase.AbstractBuilder<XyPointProperty.Builder>
org.opensearch.client.opensearch._types.mapping.CorePropertyBase.AbstractBuilder<XyPointProperty.Builder>
org.opensearch.client.opensearch._types.mapping.DocValuesPropertyBase.AbstractBuilder<XyPointProperty.Builder>
org.opensearch.client.opensearch._types.mapping.XyPointProperty.Builder
- All Implemented Interfaces:
CopyableBuilder<XyPointProperty.Builder,,XyPointProperty> MutableBuilder<XyPointProperty.Builder,,XyPointProperty> ObjectBuilder<XyPointProperty>
- Enclosing class:
XyPointProperty
public static class XyPointProperty.Builder
extends DocValuesPropertyBase.AbstractBuilder<XyPointProperty.Builder>
implements CopyableBuilder<XyPointProperty.Builder,XyPointProperty>
Builder for
XyPointProperty.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aXyPointProperty.copy()Create a new builderCopyableBuilderthat is a copy of this one.final XyPointProperty.BuilderignoreMalformed(Boolean value) API name:ignore_malformedfinal XyPointProperty.BuilderignoreZValue(Boolean value) API name:ignore_z_valuefinal XyPointProperty.BuilderAPI name:null_valuefinal XyPointProperty.BuildernullValue(XyLocation value) API name:null_valueprotected XyPointProperty.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<XyPointProperty.Builder,XyPointProperty> - Returns:
- a new builder instance.
-
self
- Specified by:
selfin classPropertyBase.AbstractBuilder<XyPointProperty.Builder>
-
ignoreMalformed
API name:ignore_malformed -
ignoreZValue
API name:ignore_z_value -
nullValue
API name:null_value -
nullValue
@Nonnull public final XyPointProperty.Builder nullValue(Function<XyLocation.Builder, ObjectBuilder<XyLocation>> fn) API name:null_value -
build
Builds aXyPointProperty.- Specified by:
buildin interfaceObjectBuilder<XyPointProperty>- Throws:
NullPointerException- if some of the required fields are null.
-