Class GeoHashGridAggregate.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.aggregations.AggregateBase.AbstractBuilder<BuilderT>
-
- org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase.AbstractBuilder<GeoHashGridBucket,GeoHashGridAggregate.Builder>
-
- org.opensearch.client.opensearch._types.aggregations.GeoHashGridAggregate.Builder
-
- All Implemented Interfaces:
ObjectBuilder<GeoHashGridAggregate>
- Enclosing class:
- GeoHashGridAggregate
public static class GeoHashGridAggregate.Builder extends MultiBucketAggregateBase.AbstractBuilder<GeoHashGridBucket,GeoHashGridAggregate.Builder> implements ObjectBuilder<GeoHashGridAggregate>
Builder forGeoHashGridAggregate.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoHashGridAggregatebuild()Builds aGeoHashGridAggregate.protected GeoHashGridAggregate.Builderself()-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase.AbstractBuilder
buckets, buckets, tBucketSerializer
-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.AggregateBase.AbstractBuilder
meta, meta
-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
self
protected GeoHashGridAggregate.Builder self()
- Specified by:
selfin classAggregateBase.AbstractBuilder<GeoHashGridAggregate.Builder>
-
build
public GeoHashGridAggregate build()
Builds aGeoHashGridAggregate.- Specified by:
buildin interfaceObjectBuilder<GeoHashGridAggregate>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-