Class SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary.Builder
-
- Enclosing class:
- SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary
public static class SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
objectHashValue
public SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary.Builder objectHashValue(Long objectHashValue)
Numerical representation of the object.- Parameters:
objectHashValue
- the value to set- Returns:
- this builder
-
objectName
public SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary.Builder objectName(String objectName)
Name of the object.- Parameters:
objectName
- the value to set- Returns:
- this builder
-
objectType
public SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary.Builder objectType(String objectType)
Type of the object.- Parameters:
objectType
- the value to set- Returns:
- this builder
-
schema
public SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary.Builder schema(String schema)
Schema of the object.- Parameters:
schema
- the value to set- Returns:
- this builder
-
problemType
public SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary.Builder problemType(SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary.ProblemType problemType)
Type of statistics problem related to the object.- Parameters:
problemType
- the value to set- Returns:
- this builder
-
referenceCount
public SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary.Builder referenceCount(Integer referenceCount)
The number of the times the object is referenced within the SQL Tuning advisor task findings.- Parameters:
referenceCount
- the value to set- Returns:
- this builder
-
build
public SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary build()
-
-