Package com.oracle.bmc.opsi.model
Class SqlTextSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.model.SqlTextSummary.Builder
 
- 
- Enclosing class:
- SqlTextSummary
 
 public static class SqlTextSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlTextSummarybuild()SqlTextSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment.SqlTextSummary.Buildercopy(SqlTextSummary model)SqlTextSummary.BuilderdatabaseId(String databaseId)The OCID of the database.SqlTextSummary.Builderid(String id)The OCID of the database insight resource.SqlTextSummary.BuildersqlIdentifier(String sqlIdentifier)Unique SQL_ID for a SQL Statement.SqlTextSummary.BuildersqlText(String sqlText)SQL Text
 
- 
- 
- 
Method Detail- 
sqlIdentifierpublic SqlTextSummary.Builder sqlIdentifier(String sqlIdentifier) Unique SQL_ID for a SQL Statement.- Parameters:
- sqlIdentifier- the value to set
- Returns:
- this builder
 
 - 
idpublic SqlTextSummary.Builder id(String id) The OCID of the database insight resource.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
databaseIdpublic SqlTextSummary.Builder databaseId(String databaseId) The OCID of the database.- Parameters:
- databaseId- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic SqlTextSummary.Builder compartmentId(String compartmentId) The OCID of the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
sqlTextpublic SqlTextSummary.Builder sqlText(String sqlText) SQL Text- Parameters:
- sqlText- the value to set
- Returns:
- this builder
 
 - 
buildpublic SqlTextSummary build() 
 - 
copypublic SqlTextSummary.Builder copy(SqlTextSummary model) 
 
- 
 
-