Class GeoPointProperty.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<GeoPointProperty.Builder>
-
- org.opensearch.client.opensearch._types.mapping.GeoPointProperty.Builder
-
- All Implemented Interfaces:
ObjectBuilder<GeoPointProperty>
- Enclosing class:
- GeoPointProperty
public static class GeoPointProperty.Builder extends DocValuesPropertyBase.AbstractBuilder<GeoPointProperty.Builder> implements ObjectBuilder<GeoPointProperty>
Builder forGeoPointProperty.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoPointPropertybuild()Builds aGeoPointProperty.GeoPointProperty.BuilderignoreMalformed(java.lang.Boolean value)API name:ignore_malformedGeoPointProperty.BuilderignoreZValue(java.lang.Boolean value)API name:ignore_z_valueGeoPointProperty.BuildernullValue(java.util.function.Function<GeoLocation.Builder,ObjectBuilder<GeoLocation>> fn)API name:null_valueGeoPointProperty.BuildernullValue(GeoLocation value)API name:null_valueprotected GeoPointProperty.Builderself()-
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
-
ignoreMalformed
public final GeoPointProperty.Builder ignoreMalformed(@Nullable java.lang.Boolean value)
API name:ignore_malformed
-
ignoreZValue
public final GeoPointProperty.Builder ignoreZValue(@Nullable java.lang.Boolean value)
API name:ignore_z_value
-
nullValue
public final GeoPointProperty.Builder nullValue(@Nullable GeoLocation value)
API name:null_value
-
nullValue
public final GeoPointProperty.Builder nullValue(java.util.function.Function<GeoLocation.Builder,ObjectBuilder<GeoLocation>> fn)
API name:null_value
-
self
protected GeoPointProperty.Builder self()
- Specified by:
selfin classPropertyBase.AbstractBuilder<GeoPointProperty.Builder>
-
build
public GeoPointProperty build()
Builds aGeoPointProperty.- Specified by:
buildin interfaceObjectBuilder<GeoPointProperty>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-