Class NormalizeAggregation.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.PipelineAggregationBase.AbstractBuilder<NormalizeAggregation.Builder>
co.elastic.clients.elasticsearch._types.aggregations.NormalizeAggregation.Builder
- All Implemented Interfaces:
WithJson<NormalizeAggregation.Builder>,ObjectBuilder<NormalizeAggregation>
- Enclosing class:
- NormalizeAggregation
public static class NormalizeAggregation.Builder
extends PipelineAggregationBase.AbstractBuilder<NormalizeAggregation.Builder>
implements ObjectBuilder<NormalizeAggregation>
Builder for
NormalizeAggregation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aNormalizeAggregation.method(NormalizeMethod value) API name:methodprotected NormalizeAggregation.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.PipelineAggregationBase.AbstractBuilder
bucketsPath, bucketsPath, format, gapPolicyMethods 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, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
method
API name:method -
self
- Specified by:
selfin classAggregationBase.AbstractBuilder<NormalizeAggregation.Builder>
-
build
Builds aNormalizeAggregation.- Specified by:
buildin interfaceObjectBuilder<NormalizeAggregation>- Throws:
NullPointerException- if some of the required fields are null.
-