Class MatrixStatsAggregation.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.MatrixAggregation.AbstractBuilder<MatrixStatsAggregation.Builder>
co.elastic.clients.elasticsearch._types.aggregations.MatrixStatsAggregation.Builder
- All Implemented Interfaces:
WithJson<MatrixStatsAggregation.Builder>,ObjectBuilder<MatrixStatsAggregation>
- Enclosing class:
- MatrixStatsAggregation
public static class MatrixStatsAggregation.Builder extends MatrixAggregation.AbstractBuilder<MatrixStatsAggregation.Builder> implements ObjectBuilder<MatrixStatsAggregation>
Builder for
MatrixStatsAggregation.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description MatrixStatsAggregationbuild()Builds aMatrixStatsAggregation.MatrixStatsAggregation.Buildermode(SortMode value)API name:modeprotected MatrixStatsAggregation.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.MatrixAggregation.AbstractBuilder
fields, fields, missing, missingMethods 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, _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
-
mode
API name:mode -
self
- Specified by:
selfin classAggregationBase.AbstractBuilder<MatrixStatsAggregation.Builder>
-
build
Builds aMatrixStatsAggregation.- Specified by:
buildin interfaceObjectBuilder<MatrixStatsAggregation>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-