public static class SqlInSqlTuningSet.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlInSqlTuningSet |
build() |
SqlInSqlTuningSet.Builder |
containerDatabaseId(Long containerDatabaseId)
The unique container database identifier.
|
SqlInSqlTuningSet.Builder |
copy(SqlInSqlTuningSet model) |
SqlInSqlTuningSet.Builder |
metrics(List<SqlMetrics> metrics)
A list of the Sqls associated with the Sql tuning set.
|
SqlInSqlTuningSet.Builder |
module(String module)
The module of the Sql.
|
SqlInSqlTuningSet.Builder |
planHashValue(Long planHashValue)
Plan hash value of the Sql statement.
|
SqlInSqlTuningSet.Builder |
schema(String schema)
The schema name of the Sql.
|
SqlInSqlTuningSet.Builder |
sqlId(String sqlId)
The unique Sql identifier.
|
SqlInSqlTuningSet.Builder |
sqlText(String sqlText)
Sql text.
|
public SqlInSqlTuningSet.Builder sqlId(String sqlId)
The unique Sql identifier.
sqlId
- the value to setpublic SqlInSqlTuningSet.Builder sqlText(String sqlText)
Sql text.
sqlText
- the value to setpublic SqlInSqlTuningSet.Builder containerDatabaseId(Long containerDatabaseId)
The unique container database identifier.
containerDatabaseId
- the value to setpublic SqlInSqlTuningSet.Builder planHashValue(Long planHashValue)
Plan hash value of the Sql statement.
planHashValue
- the value to setpublic SqlInSqlTuningSet.Builder schema(String schema)
The schema name of the Sql.
schema
- the value to setpublic SqlInSqlTuningSet.Builder module(String module)
The module of the Sql.
module
- the value to setpublic SqlInSqlTuningSet.Builder metrics(List<SqlMetrics> metrics)
A list of the Sqls associated with the Sql tuning set.
metrics
- the value to setpublic SqlInSqlTuningSet build()
public SqlInSqlTuningSet.Builder copy(SqlInSqlTuningSet model)
Copyright © 2016–2024. All rights reserved.