public static class SqlTuningSetAdminActionStatus.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlTuningSetAdminActionStatus |
build() |
SqlTuningSetAdminActionStatus.Builder |
copy(SqlTuningSetAdminActionStatus model) |
SqlTuningSetAdminActionStatus.Builder |
errorCode(Integer errorCode)
The error code that denotes failure if the Sql tuning set admin action is not successful.
|
SqlTuningSetAdminActionStatus.Builder |
errorMessage(String errorMessage)
The error message that indicates the reason for failure if the Sql tuning set admin
action is not successful.
|
SqlTuningSetAdminActionStatus.Builder |
showSqlOnly(Integer showSqlOnly)
Flag to indicate whether to create the Sql tuning set or just display the plsql used for
the selected user action.
|
SqlTuningSetAdminActionStatus.Builder |
sqlStatement(String sqlStatement)
When showSqlOnly is set to 1, this attribute displays the plsql generated for the
selected user action.
|
SqlTuningSetAdminActionStatus.Builder |
status(SqlTuningSetAdminActionStatus.Status status)
The status of a Sql tuning set admin action.
|
SqlTuningSetAdminActionStatus.Builder |
successMessage(String successMessage)
The success message of the Sql tuning set admin action.
|
public SqlTuningSetAdminActionStatus.Builder status(SqlTuningSetAdminActionStatus.Status status)
The status of a Sql tuning set admin action.
status
- the value to setpublic SqlTuningSetAdminActionStatus.Builder successMessage(String successMessage)
The success message of the Sql tuning set admin action. The success message is “null” if the admin action is non successful.
successMessage
- the value to setpublic SqlTuningSetAdminActionStatus.Builder errorCode(Integer errorCode)
The error code that denotes failure if the Sql tuning set admin action is not successful. The error code is “null” if the admin action is successful.
errorCode
- the value to setpublic SqlTuningSetAdminActionStatus.Builder errorMessage(String errorMessage)
The error message that indicates the reason for failure if the Sql tuning set admin action is not successful. The error message is “null” if the admin action is successful.
errorMessage
- the value to setpublic SqlTuningSetAdminActionStatus.Builder showSqlOnly(Integer showSqlOnly)
Flag to indicate whether to create the Sql tuning set or just display the plsql used for the selected user action.
showSqlOnly
- the value to setpublic SqlTuningSetAdminActionStatus.Builder sqlStatement(String sqlStatement)
When showSqlOnly is set to 1, this attribute displays the plsql generated for the selected user action. When showSqlOnly is set to 0, this attribute will not be returned.
sqlStatement
- the value to setpublic SqlTuningSetAdminActionStatus build()
public SqlTuningSetAdminActionStatus.Builder copy(SqlTuningSetAdminActionStatus model)
Copyright © 2016–2024. All rights reserved.