Class ChangePointAggregation.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<ChangePointAggregation.Builder>
co.elastic.clients.elasticsearch._types.aggregations.ChangePointAggregation.Builder
- All Implemented Interfaces:
WithJson<ChangePointAggregation.Builder>,ObjectBuilder<ChangePointAggregation>
- Enclosing class:
- ChangePointAggregation
public static class ChangePointAggregation.Builder
extends PipelineAggregationBase.AbstractBuilder<ChangePointAggregation.Builder>
implements ObjectBuilder<ChangePointAggregation>
Builder for
ChangePointAggregation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aChangePointAggregation.protected ChangePointAggregation.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.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classBucketPathAggregation.AbstractBuilder<ChangePointAggregation.Builder>
-
build
Builds aChangePointAggregation.- Specified by:
buildin interfaceObjectBuilder<ChangePointAggregation>- Throws:
NullPointerException- if some of the required fields are null.
-