Class SqlTuningAdvisorTaskSummaryFindingCounts.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.SqlTuningAdvisorTaskSummaryFindingCounts.Builder
-
- Enclosing class:
- SqlTuningAdvisorTaskSummaryFindingCounts
public static class SqlTuningAdvisorTaskSummaryFindingCounts.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlTuningAdvisorTaskSummaryFindingCounts.BuilderalternatePlan(Integer alternatePlan)The number of distinct SQL statements with alternative plan recommendations.SqlTuningAdvisorTaskSummaryFindingCountsbuild()SqlTuningAdvisorTaskSummaryFindingCounts.Buildercopy(SqlTuningAdvisorTaskSummaryFindingCounts model)SqlTuningAdvisorTaskSummaryFindingCounts.BuilderimplementedSqlProfile(Integer implementedSqlProfile)The number of distinct SQL statements with implemented SQL profiles.SqlTuningAdvisorTaskSummaryFindingCounts.Builderindex(Integer index)The number of distinct SQL statements with index recommendations.SqlTuningAdvisorTaskSummaryFindingCounts.BuilderrecommendedSqlProfile(Integer recommendedSqlProfile)The number of distinct SQL statements with recommended SQL profiles.SqlTuningAdvisorTaskSummaryFindingCounts.Builderrestructure(Integer restructure)The number of distinct SQL statements with restructured SQL recommendations.SqlTuningAdvisorTaskSummaryFindingCounts.Builderstatistics(Integer statistics)The number of distinct SQL statements with stale or missing optimizer statistics recommendations.
-
-
-
Method Detail
-
recommendedSqlProfile
public SqlTuningAdvisorTaskSummaryFindingCounts.Builder recommendedSqlProfile(Integer recommendedSqlProfile)
The number of distinct SQL statements with recommended SQL profiles.- Parameters:
recommendedSqlProfile- the value to set- Returns:
- this builder
-
implementedSqlProfile
public SqlTuningAdvisorTaskSummaryFindingCounts.Builder implementedSqlProfile(Integer implementedSqlProfile)
The number of distinct SQL statements with implemented SQL profiles.- Parameters:
implementedSqlProfile- the value to set- Returns:
- this builder
-
index
public SqlTuningAdvisorTaskSummaryFindingCounts.Builder index(Integer index)
The number of distinct SQL statements with index recommendations.- Parameters:
index- the value to set- Returns:
- this builder
-
restructure
public SqlTuningAdvisorTaskSummaryFindingCounts.Builder restructure(Integer restructure)
The number of distinct SQL statements with restructured SQL recommendations.- Parameters:
restructure- the value to set- Returns:
- this builder
-
statistics
public SqlTuningAdvisorTaskSummaryFindingCounts.Builder statistics(Integer statistics)
The number of distinct SQL statements with stale or missing optimizer statistics recommendations.- Parameters:
statistics- the value to set- Returns:
- this builder
-
alternatePlan
public SqlTuningAdvisorTaskSummaryFindingCounts.Builder alternatePlan(Integer alternatePlan)
The number of distinct SQL statements with alternative plan recommendations.- Parameters:
alternatePlan- the value to set- Returns:
- this builder
-
build
public SqlTuningAdvisorTaskSummaryFindingCounts build()
-
copy
public SqlTuningAdvisorTaskSummaryFindingCounts.Builder copy(SqlTuningAdvisorTaskSummaryFindingCounts model)
-
-