public static class SqlCollectionAggregation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlCollectionAggregation |
build() |
SqlCollectionAggregation.Builder |
copy(SqlCollectionAggregation model) |
SqlCollectionAggregation.Builder |
count(Long count)
The total count of the aggregated metric.
|
SqlCollectionAggregation.Builder |
dimensions(SqlCollectionDimensions dimensions) |
public SqlCollectionAggregation.Builder dimensions(SqlCollectionDimensions dimensions)
public SqlCollectionAggregation.Builder count(Long count)
The total count of the aggregated metric.
count
- the value to setpublic SqlCollectionAggregation build()
public SqlCollectionAggregation.Builder copy(SqlCollectionAggregation model)
Copyright © 2016–2024. All rights reserved.