Class ExtendedStatsBucketAggregate.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.StatsAggregate.AbstractBuilder<BuilderT>
co.elastic.clients.elasticsearch._types.aggregations.ExtendedStatsAggregate.AbstractBuilder<ExtendedStatsBucketAggregate.Builder>
co.elastic.clients.elasticsearch._types.aggregations.ExtendedStatsBucketAggregate.Builder
- All Implemented Interfaces:
WithJson<ExtendedStatsBucketAggregate.Builder>,ObjectBuilder<ExtendedStatsBucketAggregate>
- Enclosing class:
- ExtendedStatsBucketAggregate
public static class ExtendedStatsBucketAggregate.Builder extends ExtendedStatsAggregate.AbstractBuilder<ExtendedStatsBucketAggregate.Builder> implements ObjectBuilder<ExtendedStatsBucketAggregate>
Builder for
ExtendedStatsBucketAggregate.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description ExtendedStatsBucketAggregatebuild()Builds aExtendedStatsBucketAggregate.protected ExtendedStatsBucketAggregate.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.ExtendedStatsAggregate.AbstractBuilder
stdDeviation, stdDeviationAsString, stdDeviationBounds, stdDeviationBounds, stdDeviationBoundsAsString, stdDeviationBoundsAsString, sumOfSquares, sumOfSquaresAsString, variance, varianceAsString, variancePopulation, variancePopulationAsString, varianceSampling, varianceSamplingAsStringMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.StatsAggregate.AbstractBuilder
avg, avgAsString, count, max, maxAsString, min, minAsString, sum, sumAsStringMethods 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, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classAggregateBase.AbstractBuilder<ExtendedStatsBucketAggregate.Builder>
-
build
Builds aExtendedStatsBucketAggregate.- Specified by:
buildin interfaceObjectBuilder<ExtendedStatsBucketAggregate>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-