public static class SqlTuningAdvisorTaskSummaryFindingCounts.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlTuningAdvisorTaskSummaryFindingCounts.Builder |
alternatePlan(Integer alternatePlan)
The number of distinct SQL statements with alternative plan recommendations.
|
SqlTuningAdvisorTaskSummaryFindingCounts |
build() |
SqlTuningAdvisorTaskSummaryFindingCounts.Builder |
copy(SqlTuningAdvisorTaskSummaryFindingCounts model) |
SqlTuningAdvisorTaskSummaryFindingCounts.Builder |
implementedSqlProfile(Integer implementedSqlProfile)
The number of distinct SQL statements with implemented SQL profiles.
|
SqlTuningAdvisorTaskSummaryFindingCounts.Builder |
index(Integer index)
The number of distinct SQL statements with index recommendations.
|
SqlTuningAdvisorTaskSummaryFindingCounts.Builder |
recommendedSqlProfile(Integer recommendedSqlProfile)
The number of distinct SQL statements with recommended SQL profiles.
|
SqlTuningAdvisorTaskSummaryFindingCounts.Builder |
restructure(Integer restructure)
The number of distinct SQL statements with restructured SQL recommendations.
|
SqlTuningAdvisorTaskSummaryFindingCounts.Builder |
statistics(Integer statistics)
The number of distinct SQL statements with stale or missing optimizer statistics
recommendations.
|
public SqlTuningAdvisorTaskSummaryFindingCounts.Builder recommendedSqlProfile(Integer recommendedSqlProfile)
The number of distinct SQL statements with recommended SQL profiles.
recommendedSqlProfile
- the value to setpublic SqlTuningAdvisorTaskSummaryFindingCounts.Builder implementedSqlProfile(Integer implementedSqlProfile)
The number of distinct SQL statements with implemented SQL profiles.
implementedSqlProfile
- the value to setpublic SqlTuningAdvisorTaskSummaryFindingCounts.Builder index(Integer index)
The number of distinct SQL statements with index recommendations.
index
- the value to setpublic SqlTuningAdvisorTaskSummaryFindingCounts.Builder restructure(Integer restructure)
The number of distinct SQL statements with restructured SQL recommendations.
restructure
- the value to setpublic SqlTuningAdvisorTaskSummaryFindingCounts.Builder statistics(Integer statistics)
The number of distinct SQL statements with stale or missing optimizer statistics recommendations.
statistics
- the value to setpublic SqlTuningAdvisorTaskSummaryFindingCounts.Builder alternatePlan(Integer alternatePlan)
The number of distinct SQL statements with alternative plan recommendations.
alternatePlan
- the value to setpublic SqlTuningAdvisorTaskSummaryFindingCounts build()
public SqlTuningAdvisorTaskSummaryFindingCounts.Builder copy(SqlTuningAdvisorTaskSummaryFindingCounts model)
Copyright © 2016–2023. All rights reserved.