Class SerialDifferencingAggregation.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.aggregations.AggregationBase.AbstractBuilder<BuilderT>
co.elastic.clients.elasticsearch._types.aggregations.BucketPathAggregation.AbstractBuilder<BuilderT>
co.elastic.clients.elasticsearch._types.aggregations.PipelineAggregationBase.AbstractBuilder<SerialDifferencingAggregation.Builder>
co.elastic.clients.elasticsearch._types.aggregations.SerialDifferencingAggregation.Builder
- All Implemented Interfaces:
WithJson<SerialDifferencingAggregation.Builder>,ObjectBuilder<SerialDifferencingAggregation>
- Enclosing class:
- SerialDifferencingAggregation
public static class SerialDifferencingAggregation.Builder extends PipelineAggregationBase.AbstractBuilder<SerialDifferencingAggregation.Builder> implements ObjectBuilder<SerialDifferencingAggregation>
Builder for
SerialDifferencingAggregation.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description SerialDifferencingAggregationbuild()Builds aSerialDifferencingAggregation.SerialDifferencingAggregation.Builderlag(java.lang.Integer value)API name:lagprotected SerialDifferencingAggregation.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.PipelineAggregationBase.AbstractBuilder
format, gapPolicyMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.BucketPathAggregation.AbstractBuilder
bucketsPath, bucketsPathMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregationBase.AbstractBuilder
meta, meta, nameMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
lag
API name:lag -
self
- Specified by:
selfin classAggregationBase.AbstractBuilder<SerialDifferencingAggregation.Builder>
-
build
Builds aSerialDifferencingAggregation.- Specified by:
buildin interfaceObjectBuilder<SerialDifferencingAggregation>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-