Class DropSqlTuningSetDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.DropSqlTuningSetDetails.Builder
-
- Enclosing class:
- DropSqlTuningSetDetails
public static class DropSqlTuningSetDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
credentialDetails
public DropSqlTuningSetDetails.Builder credentialDetails(SqlTuningSetAdminCredentialDetails credentialDetails)
-
databaseCredential
public DropSqlTuningSetDetails.Builder databaseCredential(DatabaseCredentialDetails databaseCredential)
-
name
public DropSqlTuningSetDetails.Builder name(String name)
A unique Sql tuning set name.- Parameters:
name
- the value to set- Returns:
- this builder
-
owner
public DropSqlTuningSetDetails.Builder owner(String owner)
Owner of the Sql tuning set.- Parameters:
owner
- the value to set- Returns:
- this builder
-
showSqlOnly
public 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.- Parameters:
showSqlOnly
- the value to set- Returns:
- this builder
-
build
public DropSqlTuningSetDetails build()
-
copy
public DropSqlTuningSetDetails.Builder copy(DropSqlTuningSetDetails model)
-
-