Class SqlTuningSetCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.SqlTuningSetCollection.Builder
 
- 
- Enclosing class:
- SqlTuningSetCollection
 
 public static class SqlTuningSetCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlTuningSetCollectionbuild()SqlTuningSetCollection.Buildercopy(SqlTuningSetCollection model)SqlTuningSetCollection.Builderitems(List<SqlTuningSetSummary> items)The details in the SQL tuning set summary.SqlTuningSetCollection.BuildermanagedDatabaseId(String managedDatabaseId)The OCID of the Managed Database.
 
- 
- 
- 
Method Detail- 
managedDatabaseIdpublic SqlTuningSetCollection.Builder managedDatabaseId(String managedDatabaseId) The OCID of the Managed Database.- Parameters:
- managedDatabaseId- the value to set
- Returns:
- this builder
 
 - 
itemspublic SqlTuningSetCollection.Builder items(List<SqlTuningSetSummary> items) The details in the SQL tuning set summary.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic SqlTuningSetCollection build() 
 - 
copypublic SqlTuningSetCollection.Builder copy(SqlTuningSetCollection model) 
 
- 
 
-