Class GeoBounds.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.GeoBounds.Builder
-
- All Implemented Interfaces:
ObjectBuilder<GeoBounds>
- Enclosing class:
- GeoBounds
public static class GeoBounds.Builder extends ObjectBuilderBase implements ObjectBuilder<GeoBounds>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoBoundsbuild()ObjectBuilder<GeoBounds>coords(java.util.function.Function<CoordsGeoBounds.Builder,ObjectBuilder<CoordsGeoBounds>> fn)ObjectBuilder<GeoBounds>coords(CoordsGeoBounds v)ObjectBuilder<GeoBounds>tlbr(java.util.function.Function<TopLeftBottomRightGeoBounds.Builder,ObjectBuilder<TopLeftBottomRightGeoBounds>> fn)ObjectBuilder<GeoBounds>tlbr(TopLeftBottomRightGeoBounds v)ObjectBuilder<GeoBounds>trbl(java.util.function.Function<TopRightBottomLeftGeoBounds.Builder,ObjectBuilder<TopRightBottomLeftGeoBounds>> fn)ObjectBuilder<GeoBounds>trbl(TopRightBottomLeftGeoBounds v)ObjectBuilder<GeoBounds>wkt(java.util.function.Function<WktGeoBounds.Builder,ObjectBuilder<WktGeoBounds>> fn)ObjectBuilder<GeoBounds>wkt(WktGeoBounds v)-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
coords
public ObjectBuilder<GeoBounds> coords(CoordsGeoBounds v)
-
coords
public ObjectBuilder<GeoBounds> coords(java.util.function.Function<CoordsGeoBounds.Builder,ObjectBuilder<CoordsGeoBounds>> fn)
-
tlbr
public ObjectBuilder<GeoBounds> tlbr(TopLeftBottomRightGeoBounds v)
-
tlbr
public ObjectBuilder<GeoBounds> tlbr(java.util.function.Function<TopLeftBottomRightGeoBounds.Builder,ObjectBuilder<TopLeftBottomRightGeoBounds>> fn)
-
trbl
public ObjectBuilder<GeoBounds> trbl(TopRightBottomLeftGeoBounds v)
-
trbl
public ObjectBuilder<GeoBounds> trbl(java.util.function.Function<TopRightBottomLeftGeoBounds.Builder,ObjectBuilder<TopRightBottomLeftGeoBounds>> fn)
-
wkt
public ObjectBuilder<GeoBounds> wkt(WktGeoBounds v)
-
wkt
public ObjectBuilder<GeoBounds> wkt(java.util.function.Function<WktGeoBounds.Builder,ObjectBuilder<WktGeoBounds>> fn)
-
build
public GeoBounds build()
- Specified by:
buildin interfaceObjectBuilder<GeoBounds>
-
-