Class GeoTileGridAggregate.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<GeoTileGridBucket,GeoTileGridAggregate.Builder>
-
- org.opensearch.client.opensearch._types.aggregations.GeoTileGridAggregate.Builder
-
- All Implemented Interfaces:
ObjectBuilder<GeoTileGridAggregate>
- Enclosing class:
- GeoTileGridAggregate
public static class GeoTileGridAggregate.Builder extends MultiBucketAggregateBase.AbstractBuilder<GeoTileGridBucket,GeoTileGridAggregate.Builder> implements ObjectBuilder<GeoTileGridAggregate>
Builder forGeoTileGridAggregate.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoTileGridAggregatebuild()Builds aGeoTileGridAggregate.protected GeoTileGridAggregate.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 GeoTileGridAggregate.Builder self()
- Specified by:
selfin classAggregateBase.AbstractBuilder<GeoTileGridAggregate.Builder>
-
build
public GeoTileGridAggregate build()
Builds aGeoTileGridAggregate.- Specified by:
buildin interfaceObjectBuilder<GeoTileGridAggregate>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-