static SqlCollectionLogAggregation.Builder |
SqlCollectionLogAggregation.builder() |
Create a new builder.
|
SqlCollectionLogAggregation.Builder |
SqlCollectionLogAggregation.Builder.copy(SqlCollectionLogAggregation model) |
|
SqlCollectionLogAggregation.Builder |
SqlCollectionLogAggregation.Builder.count(Long count) |
Total count of aggregated value.
|
SqlCollectionLogAggregation.Builder |
SqlCollectionLogAggregation.Builder.dimensions(SqlCollectionLogDimensions dimensions) |
|
SqlCollectionLogAggregation.Builder |
SqlCollectionLogAggregation.Builder.metricName(String metricName) |
Name of the aggregation.
|
SqlCollectionLogAggregation.Builder |
SqlCollectionLogAggregation.Builder.timeEnded(Date timeEnded) |
The time at which the aggregation ended.
|
SqlCollectionLogAggregation.Builder |
SqlCollectionLogAggregation.Builder.timeStarted(Date timeStarted) |
The time at which the aggregation started.
|
SqlCollectionLogAggregation.Builder |
SqlCollectionLogAggregation.toBuilder() |
|