Class CursorCacheStatementSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.CursorCacheStatementSummary.Builder
-
- Enclosing class:
- CursorCacheStatementSummary
public static class CursorCacheStatementSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CursorCacheStatementSummary
build()
CursorCacheStatementSummary.Builder
copy(CursorCacheStatementSummary model)
CursorCacheStatementSummary.Builder
schema(String schema)
The name of the parsing schema.CursorCacheStatementSummary.Builder
sqlId(String sqlId)
The SQL statement identifier.CursorCacheStatementSummary.Builder
sqlText(String sqlText)
The first thousand characters of the SQL text.
-
-
-
Method Detail
-
sqlId
public CursorCacheStatementSummary.Builder sqlId(String sqlId)
The SQL statement identifier.Identifies a SQL statement in the cursor cache.
- Parameters:
sqlId
- the value to set- Returns:
- this builder
-
schema
public CursorCacheStatementSummary.Builder schema(String schema)
The name of the parsing schema.- Parameters:
schema
- the value to set- Returns:
- this builder
-
sqlText
public CursorCacheStatementSummary.Builder sqlText(String sqlText)
The first thousand characters of the SQL text.- Parameters:
sqlText
- the value to set- Returns:
- this builder
-
build
public CursorCacheStatementSummary build()
-
copy
public CursorCacheStatementSummary.Builder copy(CursorCacheStatementSummary model)
-
-