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