Class StandardDeviationBounds.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<StandardDeviationBounds.Builder>
co.elastic.clients.elasticsearch._types.aggregations.StandardDeviationBounds.Builder
- All Implemented Interfaces:
WithJson<StandardDeviationBounds.Builder>,ObjectBuilder<StandardDeviationBounds>
- Enclosing class:
- StandardDeviationBounds
public static class StandardDeviationBounds.Builder
extends WithJsonObjectBuilderBase<StandardDeviationBounds.Builder>
implements ObjectBuilder<StandardDeviationBounds>
Builder for
StandardDeviationBounds.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aStandardDeviationBounds.lower(double value) Required - API name:lowerlowerPopulation(double value) Required - API name:lower_populationlowerSampling(double value) Required - API name:lower_samplingprotected StandardDeviationBounds.Builderself()upper(double value) Required - API name:upperupperPopulation(double value) Required - API name:upper_populationupperSampling(double value) Required - API name:upper_samplingMethods 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
-
upper
Required - API name:upperDefaults to
0if parsed from a JSONnullvalue. -
lower
Required - API name:lowerDefaults to
0if parsed from a JSONnullvalue. -
upperPopulation
Required - API name:upper_populationDefaults to
0if parsed from a JSONnullvalue. -
lowerPopulation
Required - API name:lower_populationDefaults to
0if parsed from a JSONnullvalue. -
upperSampling
Required - API name:upper_samplingDefaults to
0if parsed from a JSONnullvalue. -
lowerSampling
Required - API name:lower_samplingDefaults to
0if parsed from a JSONnullvalue. -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<StandardDeviationBounds.Builder>
-
build
Builds aStandardDeviationBounds.- Specified by:
buildin interfaceObjectBuilder<StandardDeviationBounds>- Throws:
NullPointerException- if some of the required fields are null.
-