Class CloudDbSystemCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.CloudDbSystemCollection.Builder
 
- 
- Enclosing class:
- CloudDbSystemCollection
 
 public static class CloudDbSystemCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudDbSystemCollectionbuild()CloudDbSystemCollection.Buildercopy(CloudDbSystemCollection model)CloudDbSystemCollection.Builderitems(List<CloudDbSystemSummary> items)An array of cloud DB systems.
 
- 
- 
- 
Method Detail- 
itemspublic CloudDbSystemCollection.Builder items(List<CloudDbSystemSummary> items) An array of cloud DB systems.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic CloudDbSystemCollection build() 
 - 
copypublic CloudDbSystemCollection.Builder copy(CloudDbSystemCollection model) 
 
- 
 
-