Class ExtendedStatsAggregate.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.aggregations.AggregateBase.AbstractBuilder<BuilderT>
-
- org.opensearch.client.opensearch._types.aggregations.StatsAggregate.AbstractBuilder<BuilderT>
-
- org.opensearch.client.opensearch._types.aggregations.ExtendedStatsAggregate.AbstractBuilder<ExtendedStatsAggregate.Builder>
-
- org.opensearch.client.opensearch._types.aggregations.ExtendedStatsAggregate.Builder
-
- All Implemented Interfaces:
ObjectBuilder<ExtendedStatsAggregate>
- Enclosing class:
- ExtendedStatsAggregate
public static class ExtendedStatsAggregate.Builder extends ExtendedStatsAggregate.AbstractBuilder<ExtendedStatsAggregate.Builder> implements ObjectBuilder<ExtendedStatsAggregate>
Builder forExtendedStatsAggregate.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtendedStatsAggregatebuild()Builds aExtendedStatsAggregate.protected ExtendedStatsAggregate.Builderself()-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.ExtendedStatsAggregate.AbstractBuilder
stdDeviation, stdDeviationAsString, stdDeviationBounds, stdDeviationBounds, stdDeviationBoundsAsString, stdDeviationBoundsAsString, sumOfSquares, sumOfSquaresAsString, variance, varianceAsString, variancePopulation, variancePopulationAsString, varianceSampling, varianceSamplingAsString
-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.StatsAggregate.AbstractBuilder
avg, avgAsString, count, max, maxAsString, min, minAsString, sum, sumAsString
-
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 ExtendedStatsAggregate.Builder self()
- Specified by:
selfin classAggregateBase.AbstractBuilder<ExtendedStatsAggregate.Builder>
-
build
public ExtendedStatsAggregate build()
Builds aExtendedStatsAggregate.- Specified by:
buildin interfaceObjectBuilder<ExtendedStatsAggregate>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-