public static class DropSqlTuningSetDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DropSqlTuningSetDetails |
build() |
DropSqlTuningSetDetails.Builder |
copy(DropSqlTuningSetDetails model) |
DropSqlTuningSetDetails.Builder |
credentialDetails(SqlTuningSetAdminCredentialDetails credentialDetails) |
DropSqlTuningSetDetails.Builder |
databaseCredential(DatabaseCredentialDetails databaseCredential) |
DropSqlTuningSetDetails.Builder |
name(String name)
A unique Sql tuning set name.
|
DropSqlTuningSetDetails.Builder |
owner(String owner)
Owner of the Sql tuning set.
|
DropSqlTuningSetDetails.Builder |
showSqlOnly(Integer showSqlOnly)
Flag to indicate whether to drop the Sql tuning set or just display the plsql used to
drop Sql tuning set.
|
public DropSqlTuningSetDetails.Builder credentialDetails(SqlTuningSetAdminCredentialDetails credentialDetails)
public DropSqlTuningSetDetails.Builder databaseCredential(DatabaseCredentialDetails databaseCredential)
public DropSqlTuningSetDetails.Builder name(String name)
A unique Sql tuning set name.
name
- the value to setpublic DropSqlTuningSetDetails.Builder owner(String owner)
Owner of the Sql tuning set.
owner
- the value to setpublic DropSqlTuningSetDetails.Builder showSqlOnly(Integer showSqlOnly)
Flag to indicate whether to drop the Sql tuning set or just display the plsql used to drop Sql tuning set.
showSqlOnly
- the value to setpublic DropSqlTuningSetDetails build()
public DropSqlTuningSetDetails.Builder copy(DropSqlTuningSetDetails model)
Copyright © 2016–2024. All rights reserved.