Class GeoBoundsAggregation.Builder
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.MetricAggregationBase.AbstractBuilder<GeoBoundsAggregation.Builder>
org.opensearch.client.opensearch._types.aggregations.GeoBoundsAggregation.Builder
- All Implemented Interfaces:
ObjectBuilder<GeoBoundsAggregation>
- Enclosing class:
- GeoBoundsAggregation
public static class GeoBoundsAggregation.Builder extends MetricAggregationBase.AbstractBuilder<GeoBoundsAggregation.Builder> implements ObjectBuilder<GeoBoundsAggregation>
Builder for
GeoBoundsAggregation.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.client.util.ObjectBuilder
ObjectBuilder.Constant<V> -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description GeoBoundsAggregationbuild()Builds aGeoBoundsAggregation.protected GeoBoundsAggregation.Builderself()GeoBoundsAggregation.BuilderwrapLongitude(java.lang.Boolean value)API name:wrap_longitudeMethods inherited from class org.opensearch.client.opensearch._types.aggregations.MetricAggregationBase.AbstractBuilder
field, missing, script
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
wrapLongitude
API name:wrap_longitude -
self
- Specified by:
selfin classMetricAggregationBase.AbstractBuilder<GeoBoundsAggregation.Builder>
-
build
Builds aGeoBoundsAggregation.- Specified by:
buildin interfaceObjectBuilder<GeoBoundsAggregation>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-