public static class SqlTextSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlTextSummary |
build() |
SqlTextSummary.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment.
|
SqlTextSummary.Builder |
copy(SqlTextSummary model) |
SqlTextSummary.Builder |
databaseId(String databaseId)
The OCID
of the database.
|
SqlTextSummary.Builder |
id(String id)
The OCID
of the database insight resource.
|
SqlTextSummary.Builder |
sqlIdentifier(String sqlIdentifier)
Unique SQL_ID for a SQL Statement.
|
SqlTextSummary.Builder |
sqlText(String sqlText)
SQL Text
|
public SqlTextSummary.Builder sqlIdentifier(String sqlIdentifier)
Unique SQL_ID for a SQL Statement.
sqlIdentifier
- the value to setpublic SqlTextSummary.Builder id(String id)
The OCID of the database insight resource.
id
- the value to setpublic SqlTextSummary.Builder databaseId(String databaseId)
The OCID of the database.
databaseId
- the value to setpublic SqlTextSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic SqlTextSummary.Builder sqlText(String sqlText)
SQL Text
sqlText
- the value to setpublic SqlTextSummary build()
public SqlTextSummary.Builder copy(SqlTextSummary model)
Copyright © 2016–2024. All rights reserved.