public static class SqlTuningTaskReturn.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlTuningTaskReturn |
build() |
SqlTuningTaskReturn.Builder |
copy(SqlTuningTaskReturn model) |
SqlTuningTaskReturn.Builder |
sqlTuningTaskId(Long sqlTuningTaskId)
The identifier of the task being started or cloned.
|
public SqlTuningTaskReturn.Builder sqlTuningTaskId(Long sqlTuningTaskId)
The identifier of the task being started or cloned. This is not the
OCID. It can be
retrieved from the following endpoint listSqlTuningAdvisorTasks
.
sqlTuningTaskId
- the value to setpublic SqlTuningTaskReturn build()
public SqlTuningTaskReturn.Builder copy(SqlTuningTaskReturn model)
Copyright © 2016–2024. All rights reserved.