Class DropSqlsInSqlTuningSetDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.DropSqlsInSqlTuningSetDetails.Builder
-
- Enclosing class:
- DropSqlsInSqlTuningSetDetails
public static class DropSqlsInSqlTuningSetDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DropSqlsInSqlTuningSetDetails.Builder
basicFilter(String basicFilter)
Specifies the Sql predicate to filter the Sql from the Sql tuning set defined on attributes of the SQLSET_ROW.DropSqlsInSqlTuningSetDetails
build()
DropSqlsInSqlTuningSetDetails.Builder
copy(DropSqlsInSqlTuningSetDetails model)
DropSqlsInSqlTuningSetDetails.Builder
credentialDetails(SqlTuningSetAdminCredentialDetails credentialDetails)
DropSqlsInSqlTuningSetDetails.Builder
databaseCredential(DatabaseCredentialDetails databaseCredential)
DropSqlsInSqlTuningSetDetails.Builder
name(String name)
The name of the Sql tuning set.DropSqlsInSqlTuningSetDetails.Builder
owner(String owner)
The owner of the Sql tuning set.DropSqlsInSqlTuningSetDetails.Builder
showSqlOnly(Integer showSqlOnly)
Flag to indicate whether to drop the Sql statements or just display the plsql used to drop the Sql statements.
-
-
-
Method Detail
-
credentialDetails
public DropSqlsInSqlTuningSetDetails.Builder credentialDetails(SqlTuningSetAdminCredentialDetails credentialDetails)
-
databaseCredential
public DropSqlsInSqlTuningSetDetails.Builder databaseCredential(DatabaseCredentialDetails databaseCredential)
-
showSqlOnly
public DropSqlsInSqlTuningSetDetails.Builder showSqlOnly(Integer showSqlOnly)
Flag to indicate whether to drop the Sql statements or just display the plsql used to drop the Sql statements.- Parameters:
showSqlOnly
- the value to set- Returns:
- this builder
-
owner
public DropSqlsInSqlTuningSetDetails.Builder owner(String owner)
The owner of the Sql tuning set.- Parameters:
owner
- the value to set- Returns:
- this builder
-
name
public DropSqlsInSqlTuningSetDetails.Builder name(String name)
The name of the Sql tuning set.- Parameters:
name
- the value to set- Returns:
- this builder
-
basicFilter
public DropSqlsInSqlTuningSetDetails.Builder basicFilter(String basicFilter)
Specifies the Sql predicate to filter the Sql from the Sql tuning set defined on attributes of the SQLSET_ROW.User could use any combination of the following columns with appropriate values as Sql predicate Refer to the documentation https://docs.oracle.com/en/database/oracle/oracle-database/18/arpls/DBMS_SQLTUNE.html#GUID-1F4AFB03-7B29-46FC-B3F2-CB01EC36326C
- Parameters:
basicFilter
- the value to set- Returns:
- this builder
-
build
public DropSqlsInSqlTuningSetDetails build()
-
copy
public DropSqlsInSqlTuningSetDetails.Builder copy(DropSqlsInSqlTuningSetDetails model)
-
-