Class GeoHexGridAggregate.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.aggregations.AggregateBase.AbstractBuilder<BuilderT>
co.elastic.clients.elasticsearch._types.aggregations.MultiBucketAggregateBase.AbstractBuilder<GeoHexGridBucket,GeoHexGridAggregate.Builder>
co.elastic.clients.elasticsearch._types.aggregations.GeoHexGridAggregate.Builder
- All Implemented Interfaces:
WithJson<GeoHexGridAggregate.Builder>,ObjectBuilder<GeoHexGridAggregate>
- Enclosing class:
- GeoHexGridAggregate
public static class GeoHexGridAggregate.Builder
extends MultiBucketAggregateBase.AbstractBuilder<GeoHexGridBucket,GeoHexGridAggregate.Builder>
implements ObjectBuilder<GeoHexGridAggregate>
Builder for
GeoHexGridAggregate.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aGeoHexGridAggregate.protected GeoHexGridAggregate.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.MultiBucketAggregateBase.AbstractBuilder
buckets, buckets, tBucketSerializerMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregateBase.AbstractBuilder
meta, metaMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classAggregateBase.AbstractBuilder<GeoHexGridAggregate.Builder>
-
build
Builds aGeoHexGridAggregate.- Specified by:
buildin interfaceObjectBuilder<GeoHexGridAggregate>- Throws:
NullPointerException- if some of the required fields are null.
-