public static class SqlResponseTimeDistributionAggregation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlResponseTimeDistributionAggregation.Builder |
bucketId(String bucketId)
Response time bucket id
|
SqlResponseTimeDistributionAggregation |
build() |
SqlResponseTimeDistributionAggregation.Builder |
copy(SqlResponseTimeDistributionAggregation model) |
SqlResponseTimeDistributionAggregation.Builder |
executionsCount(Long executionsCount)
Total number of SQL executions
|
public SqlResponseTimeDistributionAggregation.Builder bucketId(String bucketId)
Response time bucket id
bucketId
- the value to setpublic SqlResponseTimeDistributionAggregation.Builder executionsCount(Long executionsCount)
Total number of SQL executions
executionsCount
- the value to setpublic SqlResponseTimeDistributionAggregation build()
public SqlResponseTimeDistributionAggregation.Builder copy(SqlResponseTimeDistributionAggregation model)
Copyright © 2016–2024. All rights reserved.