Class SqlTuningSetInput.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.SqlTuningSetInput.Builder
-
- Enclosing class:
- SqlTuningSetInput
public static class SqlTuningSetInput.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlTuningSetInput
build()
SqlTuningSetInput.Builder
copy(SqlTuningSetInput model)
SqlTuningSetInput.Builder
name(String name)
The name of the SQL tuning set.SqlTuningSetInput.Builder
owner(String owner)
The owner of the SQL tuning set.
-
-
-
Method Detail
-
name
public SqlTuningSetInput.Builder name(String name)
The name of the SQL tuning set.- Parameters:
name
- the value to set- Returns:
- this builder
-
owner
public SqlTuningSetInput.Builder owner(String owner)
The owner of the SQL tuning set.- Parameters:
owner
- the value to set- Returns:
- this builder
-
build
public SqlTuningSetInput build()
-
copy
public SqlTuningSetInput.Builder copy(SqlTuningSetInput model)
-
-