Class CursorCacheStatementCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.CursorCacheStatementCollection.Builder
-
- Enclosing class:
- CursorCacheStatementCollection
public static class CursorCacheStatementCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CursorCacheStatementCollection
build()
CursorCacheStatementCollection.Builder
copy(CursorCacheStatementCollection model)
CursorCacheStatementCollection.Builder
items(List<CursorCacheStatementSummary> items)
A list of SQL statements in the cursor cache.
-
-
-
Method Detail
-
items
public CursorCacheStatementCollection.Builder items(List<CursorCacheStatementSummary> items)
A list of SQL statements in the cursor cache.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public CursorCacheStatementCollection build()
-
copy
public CursorCacheStatementCollection.Builder copy(CursorCacheStatementCollection model)
-
-