Class SqlTuningAdvisorTaskSummaryFindingBenefits.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.SqlTuningAdvisorTaskSummaryFindingBenefits.Builder
-
- Enclosing class:
- SqlTuningAdvisorTaskSummaryFindingBenefits
public static class SqlTuningAdvisorTaskSummaryFindingBenefits.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlTuningAdvisorTaskSummaryFindingBenefits
build()
SqlTuningAdvisorTaskSummaryFindingBenefits.Builder
copy(SqlTuningAdvisorTaskSummaryFindingBenefits model)
SqlTuningAdvisorTaskSummaryFindingBenefits.Builder
dbTimeAfterImplemented(Integer dbTimeAfterImplemented)
The actual database time of the SQL statements for which SQL Tuning Advisor recommendations are implemented.SqlTuningAdvisorTaskSummaryFindingBenefits.Builder
dbTimeAfterRecommended(Integer dbTimeAfterRecommended)
The estimated database time of the above SQL statements, if SQL Tuning Advisor recommendations are implemented.SqlTuningAdvisorTaskSummaryFindingBenefits.Builder
dbTimeBeforeImplemented(Integer dbTimeBeforeImplemented)
The actual database time of the above SQL statements, before SQL Tuning Advisor recommendations are implemented.SqlTuningAdvisorTaskSummaryFindingBenefits.Builder
dbTimeBeforeRecommended(Integer dbTimeBeforeRecommended)
The actual database time of the SQL statements for which SQL Tuning Advisor recommendations are not implemented.
-
-
-
Method Detail
-
dbTimeBeforeRecommended
public SqlTuningAdvisorTaskSummaryFindingBenefits.Builder dbTimeBeforeRecommended(Integer dbTimeBeforeRecommended)
The actual database time of the SQL statements for which SQL Tuning Advisor recommendations are not implemented.- Parameters:
dbTimeBeforeRecommended
- the value to set- Returns:
- this builder
-
dbTimeAfterRecommended
public SqlTuningAdvisorTaskSummaryFindingBenefits.Builder dbTimeAfterRecommended(Integer dbTimeAfterRecommended)
The estimated database time of the above SQL statements, if SQL Tuning Advisor recommendations are implemented.- Parameters:
dbTimeAfterRecommended
- the value to set- Returns:
- this builder
-
dbTimeAfterImplemented
public SqlTuningAdvisorTaskSummaryFindingBenefits.Builder dbTimeAfterImplemented(Integer dbTimeAfterImplemented)
The actual database time of the SQL statements for which SQL Tuning Advisor recommendations are implemented.- Parameters:
dbTimeAfterImplemented
- the value to set- Returns:
- this builder
-
dbTimeBeforeImplemented
public SqlTuningAdvisorTaskSummaryFindingBenefits.Builder dbTimeBeforeImplemented(Integer dbTimeBeforeImplemented)
The actual database time of the above SQL statements, before SQL Tuning Advisor recommendations are implemented.- Parameters:
dbTimeBeforeImplemented
- the value to set- Returns:
- this builder
-
build
public SqlTuningAdvisorTaskSummaryFindingBenefits build()
-
copy
public SqlTuningAdvisorTaskSummaryFindingBenefits.Builder copy(SqlTuningAdvisorTaskSummaryFindingBenefits model)
-
-