Package com.oracle.bmc.psql.model
Class DbSystemCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.psql.model.DbSystemCollection.Builder
 
- 
- Enclosing class:
- DbSystemCollection
 
 public static class DbSystemCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DbSystemCollectionbuild()DbSystemCollection.Buildercopy(DbSystemCollection model)DbSystemCollection.Builderitems(List<DbSystemSummary> items)List of database systems.
 
- 
- 
- 
Method Detail- 
itemspublic DbSystemCollection.Builder items(List<DbSystemSummary> items) List of database systems.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic DbSystemCollection build() 
 - 
copypublic DbSystemCollection.Builder copy(DbSystemCollection model) 
 
- 
 
-