public static class SqlPlanInsightAggregationCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
public SqlPlanInsightAggregationCollection.Builder sqlIdentifier(String sqlIdentifier)
Unique SQL_ID for a SQL Statement.
sqlIdentifier
- the value to setpublic SqlPlanInsightAggregationCollection.Builder id(String id)
The OCID of the database insight resource.
id
- the value to setpublic SqlPlanInsightAggregationCollection.Builder databaseId(String databaseId)
The OCID of the database.
databaseId
- the value to setpublic SqlPlanInsightAggregationCollection.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
timeIntervalStart
- the value to setpublic SqlPlanInsightAggregationCollection.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.
timeIntervalEnd
- the value to setpublic SqlPlanInsightAggregationCollection.Builder insights(List<SqlPlanInsights> insights)
List of SQL plan insights.
insights
- the value to setpublic SqlPlanInsightAggregationCollection.Builder items(List<SqlPlanInsightAggregation> items)
List of SQL plan statistics.
items
- the value to setpublic SqlPlanInsightAggregationCollection build()
public SqlPlanInsightAggregationCollection.Builder copy(SqlPlanInsightAggregationCollection model)
Copyright © 2016–2025. All rights reserved.