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