public static class SqlTuningSetSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlTuningSetSummary |
build() |
SqlTuningSetSummary.Builder |
copy(SqlTuningSetSummary model) |
SqlTuningSetSummary.Builder |
description(String description)
The description of the SQL tuning set.
|
SqlTuningSetSummary.Builder |
name(String name)
The name of the SQL tuning set.
|
SqlTuningSetSummary.Builder |
owner(String owner)
The owner of the SQL tuning set.
|
SqlTuningSetSummary.Builder |
statementCounts(Integer statementCounts)
The number of SQL statements in the SQL tuning set.
|
public SqlTuningSetSummary.Builder name(String name)
The name of the SQL tuning set.
name
- the value to setpublic SqlTuningSetSummary.Builder owner(String owner)
The owner of the SQL tuning set.
owner
- the value to setpublic SqlTuningSetSummary.Builder description(String description)
The description of the SQL tuning set.
description
- the value to setpublic SqlTuningSetSummary.Builder statementCounts(Integer statementCounts)
The number of SQL statements in the SQL tuning set.
statementCounts
- the value to setpublic SqlTuningSetSummary build()
public SqlTuningSetSummary.Builder copy(SqlTuningSetSummary model)
Copyright © 2016–2023. All rights reserved.