Class GeoHashPrecision.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.GeoHashPrecision.Builder
-
- All Implemented Interfaces:
ObjectBuilder<GeoHashPrecision>
- Enclosing class:
- GeoHashPrecision
public static class GeoHashPrecision.Builder extends ObjectBuilderBase implements ObjectBuilder<GeoHashPrecision>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoHashPrecisionbuild()ObjectBuilder<GeoHashPrecision>distance(java.lang.String v)ObjectBuilder<GeoHashPrecision>geohashLength(java.lang.Number v)-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
geohashLength
public ObjectBuilder<GeoHashPrecision> geohashLength(java.lang.Number v)
-
distance
public ObjectBuilder<GeoHashPrecision> distance(java.lang.String v)
-
build
public GeoHashPrecision build()
- Specified by:
buildin interfaceObjectBuilder<GeoHashPrecision>
-
-