Class BoxPlotAggregate.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.aggregations.AggregateBase.AbstractBuilder<BoxPlotAggregate.Builder>
org.opensearch.client.opensearch._types.aggregations.BoxPlotAggregate.Builder
- All Implemented Interfaces:
CopyableBuilder<BoxPlotAggregate.Builder,,BoxPlotAggregate> MutableBuilder<BoxPlotAggregate.Builder,,BoxPlotAggregate> ObjectBuilder<BoxPlotAggregate>
- Enclosing class:
BoxPlotAggregate
public static class BoxPlotAggregate.Builder
extends AggregateBase.AbstractBuilder<BoxPlotAggregate.Builder>
implements CopyableBuilder<BoxPlotAggregate.Builder,BoxPlotAggregate>
Builder for
BoxPlotAggregate.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aBoxPlotAggregate.copy()Create a new builderCopyableBuilderthat is a copy of this one.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 org.opensearch.client.opensearch._types.aggregations.AggregateBase.AbstractBuilder
meta, metaMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.MutableBuilder
applyMutation
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
copy
Description copied from interface:CopyableBuilderCreate a new builderCopyableBuilderthat is a copy of this one.- Specified by:
copyin interfaceCopyableBuilder<BoxPlotAggregate.Builder,BoxPlotAggregate> - Returns:
- a new builder instance.
-
self
- Specified by:
selfin classAggregateBase.AbstractBuilder<BoxPlotAggregate.Builder>
-
lower
Required - API name:lower -
lowerAsString
API name:lower_as_string -
max
Required - API name:max -
maxAsString
API name:max_as_string -
min
Required - API name:min -
minAsString
API name:min_as_string -
q1
Required - API name:q1 -
q1AsString
API name:q1_as_string -
q2
Required - API name:q2 -
q2AsString
API name:q2_as_string -
q3
Required - API name:q3 -
q3AsString
API name:q3_as_string -
upper
Required - API name:upper -
upperAsString
API name:upper_as_string -
build
Builds aBoxPlotAggregate.- Specified by:
buildin interfaceObjectBuilder<BoxPlotAggregate>- Throws:
NullPointerException- if some of the required fields are null.
-