Class BoxplotAggregation.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.aggregations.MetricAggregationBase.AbstractBuilder<BoxplotAggregation.Builder>
-
- org.opensearch.client.opensearch._types.aggregations.BoxplotAggregation.Builder
-
- All Implemented Interfaces:
ObjectBuilder<BoxplotAggregation>
- Enclosing class:
- BoxplotAggregation
public static class BoxplotAggregation.Builder extends MetricAggregationBase.AbstractBuilder<BoxplotAggregation.Builder> implements ObjectBuilder<BoxplotAggregation>
Builder forBoxplotAggregation.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoxplotAggregationbuild()Builds aBoxplotAggregation.BoxplotAggregation.Buildercompression(java.lang.Double value)API name:compressionprotected BoxplotAggregation.Builderself()-
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
-
compression
public final BoxplotAggregation.Builder compression(@Nullable java.lang.Double value)
API name:compression
-
self
protected BoxplotAggregation.Builder self()
- Specified by:
selfin classMetricAggregationBase.AbstractBuilder<BoxplotAggregation.Builder>
-
build
public BoxplotAggregation build()
Builds aBoxplotAggregation.- Specified by:
buildin interfaceObjectBuilder<BoxplotAggregation>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-