public static class SqlTuningSetInput.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public SqlTuningSetInput.Builder name(String name)
The name of the SQL tuning set.
name
- the value to setpublic SqlTuningSetInput.Builder owner(String owner)
The owner of the SQL tuning set.
owner
- the value to setpublic SqlTuningSetInput build()
public SqlTuningSetInput.Builder copy(SqlTuningSetInput model)
Copyright © 2016–2024. All rights reserved.