public static class SqlTuningSetSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlTuningSetSummary |
build() |
SqlTuningSetSummary.Builder |
copy(SqlTuningSetSummary model) |
SqlTuningSetSummary.Builder |
description(String description)
The description of the SQL tuning set.
|
SqlTuningSetSummary.Builder |
errorMessage(String errorMessage)
Latest execution error of the plsql that was submitted as a scheduler job.
|
SqlTuningSetSummary.Builder |
id(Integer id)
The unique Sql tuning set identifier.
|
SqlTuningSetSummary.Builder |
name(String name)
The name of the SQL tuning set.
|
SqlTuningSetSummary.Builder |
owner(String owner)
The owner of the SQL tuning set.
|
SqlTuningSetSummary.Builder |
scheduledJobName(String scheduledJobName)
Name of the Sql tuning set scheduler job.
|
SqlTuningSetSummary.Builder |
statementCounts(Integer statementCounts)
The number of SQL statements in the SQL tuning set.
|
SqlTuningSetSummary.Builder |
status(SqlTuningSetStatusTypes status)
Current status of the Sql tuning set.
|
SqlTuningSetSummary.Builder |
timeCreated(Date timeCreated)
The created time of the Sql tuning set.
|
SqlTuningSetSummary.Builder |
timeLastModified(Date timeLastModified)
Last modified time of the Sql tuning set.
|
public SqlTuningSetSummary.Builder name(String name)
The name of the SQL tuning set.
name
- the value to setpublic SqlTuningSetSummary.Builder owner(String owner)
The owner of the SQL tuning set.
owner
- the value to setpublic SqlTuningSetSummary.Builder description(String description)
The description of the SQL tuning set.
description
- the value to setpublic SqlTuningSetSummary.Builder statementCounts(Integer statementCounts)
The number of SQL statements in the SQL tuning set.
statementCounts
- the value to setpublic SqlTuningSetSummary.Builder id(Integer id)
The unique Sql tuning set identifier. This is not OCID.
id
- the value to setpublic SqlTuningSetSummary.Builder timeCreated(Date timeCreated)
The created time of the Sql tuning set.
timeCreated
- the value to setpublic SqlTuningSetSummary.Builder timeLastModified(Date timeLastModified)
Last modified time of the Sql tuning set.
timeLastModified
- the value to setpublic SqlTuningSetSummary.Builder status(SqlTuningSetStatusTypes status)
Current status of the Sql tuning set.
status
- the value to setpublic SqlTuningSetSummary.Builder scheduledJobName(String scheduledJobName)
Name of the Sql tuning set scheduler job.
scheduledJobName
- the value to setpublic SqlTuningSetSummary.Builder errorMessage(String errorMessage)
Latest execution error of the plsql that was submitted as a scheduler job.
errorMessage
- the value to setpublic SqlTuningSetSummary build()
public SqlTuningSetSummary.Builder copy(SqlTuningSetSummary model)
Copyright © 2016–2024. All rights reserved.