public static class SqlResponseTimeDistributionAggregationCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
public SqlResponseTimeDistributionAggregationCollection.Builder sqlIdentifier(String sqlIdentifier)
Unique SQL_ID for a SQL Statement.
sqlIdentifier
- the value to setpublic SqlResponseTimeDistributionAggregationCollection.Builder id(String id)
The OCID of the database insight resource.
id
- the value to setpublic SqlResponseTimeDistributionAggregationCollection.Builder databaseId(String databaseId)
The OCID of the database.
databaseId
- the value to setpublic SqlResponseTimeDistributionAggregationCollection.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
timeIntervalStart
- the value to setpublic SqlResponseTimeDistributionAggregationCollection.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.
timeIntervalEnd
- the value to setpublic SqlResponseTimeDistributionAggregationCollection.Builder items(List<SqlResponseTimeDistributionAggregation> items)
Array of pre defined SQL response time bucket id and SQL executions count.
items
- the value to setpublic SqlResponseTimeDistributionAggregationCollection build()
Copyright © 2016–2024. All rights reserved.