Class ExtendedStatsAggregation.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.aggregations.MetricAggregationBase.AbstractBuilder<BuilderT>
-
- org.opensearch.client.opensearch._types.aggregations.FormatMetricAggregationBase.AbstractBuilder<ExtendedStatsAggregation.Builder>
-
- org.opensearch.client.opensearch._types.aggregations.ExtendedStatsAggregation.Builder
-
- All Implemented Interfaces:
ObjectBuilder<ExtendedStatsAggregation>
- Enclosing class:
- ExtendedStatsAggregation
public static class ExtendedStatsAggregation.Builder extends FormatMetricAggregationBase.AbstractBuilder<ExtendedStatsAggregation.Builder> implements ObjectBuilder<ExtendedStatsAggregation>
Builder forExtendedStatsAggregation.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtendedStatsAggregationbuild()Builds aExtendedStatsAggregation.protected ExtendedStatsAggregation.Builderself()ExtendedStatsAggregation.Buildersigma(java.lang.Double value)API name:sigma-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.FormatMetricAggregationBase.AbstractBuilder
format
-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.MetricAggregationBase.AbstractBuilder
field, missing, missing, script, script
-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
sigma
public final ExtendedStatsAggregation.Builder sigma(@Nullable java.lang.Double value)
API name:sigma
-
self
protected ExtendedStatsAggregation.Builder self()
- Specified by:
selfin classMetricAggregationBase.AbstractBuilder<ExtendedStatsAggregation.Builder>
-
build
public ExtendedStatsAggregation build()
Builds aExtendedStatsAggregation.- Specified by:
buildin interfaceObjectBuilder<ExtendedStatsAggregation>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-