public static class AddmDbSqlStatementSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AddmDbSqlStatementSummary |
build() |
AddmDbSqlStatementSummary.Builder |
copy(AddmDbSqlStatementSummary model) |
AddmDbSqlStatementSummary.Builder |
id(String id)
The OCID
of the Database insight.
|
AddmDbSqlStatementSummary.Builder |
isSqlTextTruncated(Boolean isSqlTextTruncated)
SQL identifier
|
AddmDbSqlStatementSummary.Builder |
sqlCommand(String sqlCommand)
SQL command name (such as SELECT, INSERT)
|
AddmDbSqlStatementSummary.Builder |
sqlIdentifier(String sqlIdentifier)
SQL identifier
|
AddmDbSqlStatementSummary.Builder |
sqlText(String sqlText)
First 3800 characters of the SQL text
|
public AddmDbSqlStatementSummary.Builder id(String id)
The OCID of the Database insight.
id
- the value to setpublic AddmDbSqlStatementSummary.Builder sqlIdentifier(String sqlIdentifier)
SQL identifier
sqlIdentifier
- the value to setpublic AddmDbSqlStatementSummary.Builder sqlText(String sqlText)
First 3800 characters of the SQL text
sqlText
- the value to setpublic AddmDbSqlStatementSummary.Builder isSqlTextTruncated(Boolean isSqlTextTruncated)
SQL identifier
isSqlTextTruncated
- the value to setpublic AddmDbSqlStatementSummary.Builder sqlCommand(String sqlCommand)
SQL command name (such as SELECT, INSERT)
sqlCommand
- the value to setpublic AddmDbSqlStatementSummary build()
public AddmDbSqlStatementSummary.Builder copy(AddmDbSqlStatementSummary model)
Copyright © 2016–2024. All rights reserved.