Class SqlTuningSetInput.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.SqlTuningSetInput.Builder
 
- 
- Enclosing class:
- SqlTuningSetInput
 
 public static class SqlTuningSetInput.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlTuningSetInputbuild()SqlTuningSetInput.Buildercopy(SqlTuningSetInput model)SqlTuningSetInput.Buildername(String name)The name of the SQL tuning set.SqlTuningSetInput.Builderowner(String owner)The owner of the SQL tuning set.
 
- 
- 
- 
Method Detail- 
namepublic SqlTuningSetInput.Builder name(String name) The name of the SQL tuning set.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
ownerpublic SqlTuningSetInput.Builder owner(String owner) The owner of the SQL tuning set.- Parameters:
- owner- the value to set
- Returns:
- this builder
 
 - 
buildpublic SqlTuningSetInput build() 
 - 
copypublic SqlTuningSetInput.Builder copy(SqlTuningSetInput model) 
 
- 
 
-