Class GeoHashGridBucket.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.aggregations.MultiBucketBase.AbstractBuilder<GeoHashGridBucket.Builder>
co.elastic.clients.elasticsearch._types.aggregations.GeoHashGridBucket.Builder
- All Implemented Interfaces:
WithJson<GeoHashGridBucket.Builder>,ObjectBuilder<GeoHashGridBucket>
- Enclosing class:
- GeoHashGridBucket
public static class GeoHashGridBucket.Builder
extends MultiBucketBase.AbstractBuilder<GeoHashGridBucket.Builder>
implements ObjectBuilder<GeoHashGridBucket>
Builder for
GeoHashGridBucket.-
Field Summary
Fields inherited from class co.elastic.clients.elasticsearch._types.aggregations.MultiBucketBase.AbstractBuilder
aggregations -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aGeoHashGridBucket.Required - API name:keyprotected GeoHashGridBucket.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.MultiBucketBase.AbstractBuilder
aggregations, aggregations, aggregations, docCountMethods 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
-
key
Required - API name:key -
self
- Specified by:
selfin classMultiBucketBase.AbstractBuilder<GeoHashGridBucket.Builder>
-
build
Builds aGeoHashGridBucket.- Specified by:
buildin interfaceObjectBuilder<GeoHashGridBucket>- Throws:
NullPointerException- if some of the required fields are null.
-