Class DropSqlsInSqlTuningSetDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.DropSqlsInSqlTuningSetDetails.Builder
 
- 
- Enclosing class:
- DropSqlsInSqlTuningSetDetails
 
 public static class DropSqlsInSqlTuningSetDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DropSqlsInSqlTuningSetDetails.BuilderbasicFilter(String basicFilter)Specifies the Sql predicate to filter the Sql from the Sql tuning set defined on attributes of the SQLSET_ROW.DropSqlsInSqlTuningSetDetailsbuild()DropSqlsInSqlTuningSetDetails.Buildercopy(DropSqlsInSqlTuningSetDetails model)DropSqlsInSqlTuningSetDetails.BuildercredentialDetails(SqlTuningSetAdminCredentialDetails credentialDetails)DropSqlsInSqlTuningSetDetails.BuilderdatabaseCredential(DatabaseCredentialDetails databaseCredential)DropSqlsInSqlTuningSetDetails.Buildername(String name)The name of the Sql tuning set.DropSqlsInSqlTuningSetDetails.Builderowner(String owner)The owner of the Sql tuning set.DropSqlsInSqlTuningSetDetails.BuildershowSqlOnly(Integer showSqlOnly)Flag to indicate whether to drop the Sql statements or just display the plsql used to drop the Sql statements.
 
- 
- 
- 
Method Detail- 
credentialDetailspublic DropSqlsInSqlTuningSetDetails.Builder credentialDetails(SqlTuningSetAdminCredentialDetails credentialDetails) 
 - 
databaseCredentialpublic DropSqlsInSqlTuningSetDetails.Builder databaseCredential(DatabaseCredentialDetails databaseCredential) 
 - 
showSqlOnlypublic 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
 
 - 
ownerpublic DropSqlsInSqlTuningSetDetails.Builder owner(String owner) The owner of the Sql tuning set.- Parameters:
- owner- the value to set
- Returns:
- this builder
 
 - 
namepublic DropSqlsInSqlTuningSetDetails.Builder name(String name) The name of the Sql tuning set.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
basicFilterpublic 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
 
 - 
buildpublic DropSqlsInSqlTuningSetDetails build() 
 - 
copypublic DropSqlsInSqlTuningSetDetails.Builder copy(DropSqlsInSqlTuningSetDetails model) 
 
- 
 
-