public static class SqlTuningSet.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlTuningSet.Builder |
allSqlStatementsFetched(SqlTuningSet.AllSqlStatementsFetched allSqlStatementsFetched)
In OCI database management, there is a limit to fetch only 2000 rows.
|
SqlTuningSet |
build() |
SqlTuningSet.Builder |
copy(SqlTuningSet model) |
SqlTuningSet.Builder |
description(String description)
The description of the Sql tuning set.
|
SqlTuningSet.Builder |
errorMessage(String errorMessage)
Latest execution error of the plsql that was submitted as a scheduler job.
|
SqlTuningSet.Builder |
id(Integer id)
The unique Sql tuning set identifier.
|
SqlTuningSet.Builder |
name(String name)
The name of the Sql tuning set.
|
SqlTuningSet.Builder |
owner(String owner)
The owner of the Sql tuning set.
|
SqlTuningSet.Builder |
scheduledJobName(String scheduledJobName)
Name of the Sql tuning set scheduler job.
|
SqlTuningSet.Builder |
sqlList(List<SqlInSqlTuningSet> sqlList)
A list of the Sqls associated with the Sql tuning set.
|
SqlTuningSet.Builder |
statementCount(Integer statementCount)
Number of statements in the Sql tuning set
|
SqlTuningSet.Builder |
status(SqlTuningSetStatusTypes status)
Current status of the Sql tuning set.
|
SqlTuningSet.Builder |
timeCreated(Date timeCreated)
The created time of the Sql tuning set.
|
SqlTuningSet.Builder |
timeLastModified(Date timeLastModified)
Last modified time of the Sql tuning set.
|
public SqlTuningSet.Builder id(Integer id)
The unique Sql tuning set identifier.
id
- the value to setpublic SqlTuningSet.Builder owner(String owner)
The owner of the Sql tuning set.
owner
- the value to setpublic SqlTuningSet.Builder name(String name)
The name of the Sql tuning set.
name
- the value to setpublic SqlTuningSet.Builder statementCount(Integer statementCount)
Number of statements in the Sql tuning set
statementCount
- the value to setpublic SqlTuningSet.Builder timeCreated(Date timeCreated)
The created time of the Sql tuning set.
timeCreated
- the value to setpublic SqlTuningSet.Builder description(String description)
The description of the Sql tuning set.
description
- the value to setpublic SqlTuningSet.Builder timeLastModified(Date timeLastModified)
Last modified time of the Sql tuning set.
timeLastModified
- the value to setpublic SqlTuningSet.Builder status(SqlTuningSetStatusTypes status)
Current status of the Sql tuning set.
status
- the value to setpublic SqlTuningSet.Builder scheduledJobName(String scheduledJobName)
Name of the Sql tuning set scheduler job.
scheduledJobName
- the value to setpublic SqlTuningSet.Builder errorMessage(String errorMessage)
Latest execution error of the plsql that was submitted as a scheduler job.
errorMessage
- the value to setpublic SqlTuningSet.Builder allSqlStatementsFetched(SqlTuningSet.AllSqlStatementsFetched allSqlStatementsFetched)
In OCI database management, there is a limit to fetch only 2000 rows. This flag indicates whether all Sql statements of this Sql tuning set matching the filter criteria are fetched or not. Possible values are ‘Yes’ or ‘No’ - Yes - All Sql statements matching the filter criteria are fetched. - No - There are more Sql statements matching the fitler criteria. User should fine tune the filter criteria to narrow down the result set.
allSqlStatementsFetched
- the value to setpublic SqlTuningSet.Builder sqlList(List<SqlInSqlTuningSet> sqlList)
A list of the Sqls associated with the Sql tuning set.
sqlList
- the value to setpublic SqlTuningSet build()
public SqlTuningSet.Builder copy(SqlTuningSet model)
Copyright © 2016–2024. All rights reserved.