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