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