static SqlPlanInsightAggregationCollection.Builder |
SqlPlanInsightAggregationCollection.builder() |
Create a new builder.
|
SqlPlanInsightAggregationCollection.Builder |
SqlPlanInsightAggregationCollection.Builder.copy(SqlPlanInsightAggregationCollection model) |
|
SqlPlanInsightAggregationCollection.Builder |
SqlPlanInsightAggregationCollection.Builder.databaseId(String databaseId) |
The OCID of the
database.
|
SqlPlanInsightAggregationCollection.Builder |
SqlPlanInsightAggregationCollection.Builder.id(String id) |
The OCID of the
database insight resource.
|
SqlPlanInsightAggregationCollection.Builder |
SqlPlanInsightAggregationCollection.Builder.insights(List<SqlPlanInsights> insights) |
List of SQL plan insights.
|
SqlPlanInsightAggregationCollection.Builder |
SqlPlanInsightAggregationCollection.Builder.items(List<SqlPlanInsightAggregation> items) |
List of SQL plan statistics.
|
SqlPlanInsightAggregationCollection.Builder |
SqlPlanInsightAggregationCollection.Builder.sqlIdentifier(String sqlIdentifier) |
Unique SQL_ID for a SQL Statement.
|
SqlPlanInsightAggregationCollection.Builder |
SqlPlanInsightAggregationCollection.Builder.timeIntervalEnd(Date timeIntervalEnd) |
The end timestamp that was passed into the request.
|
SqlPlanInsightAggregationCollection.Builder |
SqlPlanInsightAggregationCollection.Builder.timeIntervalStart(Date timeIntervalStart) |
The start timestamp that was passed into the request.
|
SqlPlanInsightAggregationCollection.Builder |
SqlPlanInsightAggregationCollection.toBuilder() |
|