Class NormalizeAggregation.Builder
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.Aggregation.AbstractBuilder<BuilderT>
org.opensearch.client.opensearch._types.aggregations.PipelineAggregationBase.AbstractBuilder<NormalizeAggregation.Builder>
org.opensearch.client.opensearch._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.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.client.util.ObjectBuilder
ObjectBuilder.Constant<V> -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description NormalizeAggregationbuild()Builds aNormalizeAggregation.NormalizeAggregation.Buildermethod(jakarta.json.JsonValue value)API name:methodprotected NormalizeAggregation.Builderself()Methods inherited from class org.opensearch.client.opensearch._types.aggregations.PipelineAggregationBase.AbstractBuilder
bucketsPath, format, gapPolicyMethods inherited from class org.opensearch.client.opensearch._types.aggregations.Aggregation.AbstractBuilder
meta, name, putMeta
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
method
API name:method -
self
- Specified by:
selfin classAggregation.AbstractBuilder<NormalizeAggregation.Builder>
-
build
Builds aNormalizeAggregation.- Specified by:
buildin interfaceObjectBuilder<NormalizeAggregation>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-