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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtectedDatabaseCollection
build()
ProtectedDatabaseCollection.Builder
copy(ProtectedDatabaseCollection model)
ProtectedDatabaseCollection.Builder
items(List<ProtectedDatabaseSummary> items)
List of protected databases.
-
-
-
Method Detail
-
items
public ProtectedDatabaseCollection.Builder items(List<ProtectedDatabaseSummary> items)
List of protected databases.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public ProtectedDatabaseCollection build()
-
copy
public ProtectedDatabaseCollection.Builder copy(ProtectedDatabaseCollection model)
-
-