Class BoxPlotAggregate.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.aggregations.AggregateBase.AbstractBuilder<BoxPlotAggregate.Builder>
co.elastic.clients.elasticsearch._types.aggregations.BoxPlotAggregate.Builder
- All Implemented Interfaces:
WithJson<BoxPlotAggregate.Builder>,ObjectBuilder<BoxPlotAggregate>
- Enclosing class:
- BoxPlotAggregate
public static class BoxPlotAggregate.Builder
extends AggregateBase.AbstractBuilder<BoxPlotAggregate.Builder>
implements ObjectBuilder<BoxPlotAggregate>
Builder for
BoxPlotAggregate.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aBoxPlotAggregate.final BoxPlotAggregate.Builderlower(double value) Required - API name:lowerfinal BoxPlotAggregate.BuilderlowerAsString(String value) API name:lower_as_stringfinal BoxPlotAggregate.Buildermax(double value) Required - API name:maxfinal BoxPlotAggregate.BuildermaxAsString(String value) API name:max_as_stringfinal BoxPlotAggregate.Buildermin(double value) Required - API name:minfinal BoxPlotAggregate.BuilderminAsString(String value) API name:min_as_stringfinal BoxPlotAggregate.Builderq1(double value) Required - API name:q1final BoxPlotAggregate.Builderq1AsString(String value) API name:q1_as_stringfinal BoxPlotAggregate.Builderq2(double value) Required - API name:q2final BoxPlotAggregate.Builderq2AsString(String value) API name:q2_as_stringfinal BoxPlotAggregate.Builderq3(double value) Required - API name:q3final BoxPlotAggregate.Builderq3AsString(String value) API name:q3_as_stringprotected BoxPlotAggregate.Builderself()final BoxPlotAggregate.Builderupper(double value) Required - API name:upperfinal BoxPlotAggregate.BuilderupperAsString(String value) API name:upper_as_stringMethods 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, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
min
Required - API name:min -
max
Required - API name:max -
q1
Required - API name:q1 -
q2
Required - API name:q2 -
q3
Required - API name:q3 -
lower
Required - API name:lower -
upper
Required - API name:upper -
minAsString
API name:min_as_string -
maxAsString
API name:max_as_string -
q1AsString
API name:q1_as_string -
q2AsString
API name:q2_as_string -
q3AsString
API name:q3_as_string -
lowerAsString
API name:lower_as_string -
upperAsString
API name:upper_as_string -
self
- Specified by:
selfin classAggregateBase.AbstractBuilder<BoxPlotAggregate.Builder>
-
build
Builds aBoxPlotAggregate.- Specified by:
buildin interfaceObjectBuilder<BoxPlotAggregate>- Throws:
NullPointerException- if some of the required fields are null.
-