Class DerivativeAggregate.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.aggregations.AggregateBase.AbstractBuilder<BuilderT>
co.elastic.clients.elasticsearch._types.aggregations.SingleMetricAggregateBase.AbstractBuilder<DerivativeAggregate.Builder>
co.elastic.clients.elasticsearch._types.aggregations.DerivativeAggregate.Builder
- All Implemented Interfaces:
WithJson<DerivativeAggregate.Builder>,ObjectBuilder<DerivativeAggregate>
- Enclosing class:
- DerivativeAggregate
public static class DerivativeAggregate.Builder
extends SingleMetricAggregateBase.AbstractBuilder<DerivativeAggregate.Builder>
implements ObjectBuilder<DerivativeAggregate>
Builder for
DerivativeAggregate.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aDerivativeAggregate.normalizedValue(Double value) API name:normalized_valuenormalizedValueAsString(String value) API name:normalized_value_as_stringprotected DerivativeAggregate.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.SingleMetricAggregateBase.AbstractBuilder
value, valueAsStringMethods 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
-
normalizedValue
API name:normalized_value -
normalizedValueAsString
API name:normalized_value_as_string -
self
- Specified by:
selfin classAggregateBase.AbstractBuilder<DerivativeAggregate.Builder>
-
build
Builds aDerivativeAggregate.- Specified by:
buildin interfaceObjectBuilder<DerivativeAggregate>- Throws:
NullPointerException- if some of the required fields are null.
-