public static class SqlPlanCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlPlanCollection |
build() |
SqlPlanCollection.Builder |
copy(SqlPlanCollection model) |
SqlPlanCollection.Builder |
databaseId(String databaseId)
The OCID
of the database.
|
SqlPlanCollection.Builder |
id(String id)
The OCID
of the database insight resource.
|
SqlPlanCollection.Builder |
items(List<SqlPlanSummary> items)
array of SQL Plans.
|
SqlPlanCollection.Builder |
sqlIdentifier(String sqlIdentifier)
Unique SQL_ID for a SQL Statement.
|
public SqlPlanCollection.Builder sqlIdentifier(String sqlIdentifier)
Unique SQL_ID for a SQL Statement.
sqlIdentifier
- the value to setpublic SqlPlanCollection.Builder id(String id)
The OCID of the database insight resource.
id
- the value to setpublic SqlPlanCollection.Builder databaseId(String databaseId)
The OCID of the database.
databaseId
- the value to setpublic SqlPlanCollection.Builder items(List<SqlPlanSummary> items)
array of SQL Plans.
items
- the value to setpublic SqlPlanCollection build()
public SqlPlanCollection.Builder copy(SqlPlanCollection model)
Copyright © 2016–2024. All rights reserved.