Class SqlTuningAdvisorTaskSummaryReport.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.SqlTuningAdvisorTaskSummaryReport.Builder
-
- Enclosing class:
- SqlTuningAdvisorTaskSummaryReport
public static class SqlTuningAdvisorTaskSummaryReport.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlTuningAdvisorTaskSummaryReportbuild()SqlTuningAdvisorTaskSummaryReport.Buildercopy(SqlTuningAdvisorTaskSummaryReport model)SqlTuningAdvisorTaskSummaryReport.BuilderindexFindings(List<SqlTuningAdvisorTaskSummaryReportIndexFindingSummary> indexFindings)The list of object findings related to indexes.SqlTuningAdvisorTaskSummaryReport.BuilderobjectStatFindings(List<SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary> objectStatFindings)The list of object findings related to statistics.SqlTuningAdvisorTaskSummaryReport.Builderstatistics(SqlTuningAdvisorTaskSummaryReportStatistics statistics)SqlTuningAdvisorTaskSummaryReport.BuildertaskInfo(SqlTuningAdvisorTaskSummaryReportTaskInfo taskInfo)
-
-
-
Method Detail
-
taskInfo
public SqlTuningAdvisorTaskSummaryReport.Builder taskInfo(SqlTuningAdvisorTaskSummaryReportTaskInfo taskInfo)
-
statistics
public SqlTuningAdvisorTaskSummaryReport.Builder statistics(SqlTuningAdvisorTaskSummaryReportStatistics statistics)
-
objectStatFindings
public SqlTuningAdvisorTaskSummaryReport.Builder objectStatFindings(List<SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary> objectStatFindings)
The list of object findings related to statistics.- Parameters:
objectStatFindings- the value to set- Returns:
- this builder
-
indexFindings
public SqlTuningAdvisorTaskSummaryReport.Builder indexFindings(List<SqlTuningAdvisorTaskSummaryReportIndexFindingSummary> indexFindings)
The list of object findings related to indexes.- Parameters:
indexFindings- the value to set- Returns:
- this builder
-
build
public SqlTuningAdvisorTaskSummaryReport build()
-
copy
public SqlTuningAdvisorTaskSummaryReport.Builder copy(SqlTuningAdvisorTaskSummaryReport model)
-
-