Package com.oracle.bmc.recovery.model
Class LongTermBackupCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.recovery.model.LongTermBackupCollection.Builder
-
- Enclosing class:
- LongTermBackupCollection
public static class LongTermBackupCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LongTermBackupCollectionbuild()LongTermBackupCollection.Buildercopy(LongTermBackupCollection model)LongTermBackupCollection.Builderitems(List<LongTermBackupSummary> items)List of LongTermBackups.
-
-
-
Method Detail
-
items
public LongTermBackupCollection.Builder items(List<LongTermBackupSummary> items)
List of LongTermBackups.- Parameters:
items- the value to set- Returns:
- this builder
-
build
public LongTermBackupCollection build()
-
copy
public LongTermBackupCollection.Builder copy(LongTermBackupCollection model)
-
-