public static class SqlCollectionLogAggregation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlCollectionLogAggregation |
build() |
SqlCollectionLogAggregation.Builder |
copy(SqlCollectionLogAggregation model) |
SqlCollectionLogAggregation.Builder |
count(Long count)
Total count of aggregated value.
|
SqlCollectionLogAggregation.Builder |
dimensions(SqlCollectionLogDimensions dimensions) |
SqlCollectionLogAggregation.Builder |
metricName(String metricName)
Name of the aggregation.
|
SqlCollectionLogAggregation.Builder |
timeEnded(Date timeEnded)
The time at which the aggregation ended.
|
SqlCollectionLogAggregation.Builder |
timeStarted(Date timeStarted)
The time at which the aggregation started.
|
public SqlCollectionLogAggregation.Builder metricName(String metricName)
Name of the aggregation.
metricName
- the value to setpublic SqlCollectionLogAggregation.Builder timeStarted(Date timeStarted)
The time at which the aggregation started.
timeStarted
- the value to setpublic SqlCollectionLogAggregation.Builder timeEnded(Date timeEnded)
The time at which the aggregation ended.
timeEnded
- the value to setpublic SqlCollectionLogAggregation.Builder count(Long count)
Total count of aggregated value.
count
- the value to setpublic SqlCollectionLogAggregation.Builder dimensions(SqlCollectionLogDimensions dimensions)
public SqlCollectionLogAggregation build()
public SqlCollectionLogAggregation.Builder copy(SqlCollectionLogAggregation model)
Copyright © 2016–2024. All rights reserved.