Class VariableWidthHistogramAggregate.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.aggregations.AggregateBase.AbstractBuilder<BuilderT>
-
- org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase.AbstractBuilder<VariableWidthHistogramBucket,VariableWidthHistogramAggregate.Builder>
-
- org.opensearch.client.opensearch._types.aggregations.VariableWidthHistogramAggregate.Builder
-
- All Implemented Interfaces:
ObjectBuilder<VariableWidthHistogramAggregate>
- Enclosing class:
- VariableWidthHistogramAggregate
public static class VariableWidthHistogramAggregate.Builder extends MultiBucketAggregateBase.AbstractBuilder<VariableWidthHistogramBucket,VariableWidthHistogramAggregate.Builder> implements ObjectBuilder<VariableWidthHistogramAggregate>
Builder forVariableWidthHistogramAggregate.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VariableWidthHistogramAggregatebuild()Builds aVariableWidthHistogramAggregate.protected VariableWidthHistogramAggregate.Builderself()-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase.AbstractBuilder
buckets, buckets, tBucketSerializer
-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.AggregateBase.AbstractBuilder
meta, meta
-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
self
protected VariableWidthHistogramAggregate.Builder self()
- Specified by:
selfin classAggregateBase.AbstractBuilder<VariableWidthHistogramAggregate.Builder>
-
build
public VariableWidthHistogramAggregate build()
Builds aVariableWidthHistogramAggregate.- Specified by:
buildin interfaceObjectBuilder<VariableWidthHistogramAggregate>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-