Class NormalizeAggregation.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
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:
ObjectBuilder<NormalizeAggregation>
- Enclosing class:
- NormalizeAggregation
public static class NormalizeAggregation.Builder extends PipelineAggregationBase.AbstractBuilder<NormalizeAggregation.Builder> implements ObjectBuilder<NormalizeAggregation>
Builder for
NormalizeAggregation.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description NormalizeAggregationbuild()Builds aNormalizeAggregation.NormalizeAggregation.Buildermethod(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.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
-
method
API name:method -
self
- Specified by:
selfin classAggregationBase.AbstractBuilder<NormalizeAggregation.Builder>
-
build
Builds aNormalizeAggregation.- Specified by:
buildin interfaceObjectBuilder<NormalizeAggregation>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-