Package com.oracle.bmc.database.model
Class PeerAutonomousContainerDatabaseBackupConfig.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.PeerAutonomousContainerDatabaseBackupConfig.Builder
 
- 
- Enclosing class:
- PeerAutonomousContainerDatabaseBackupConfig
 
 public static class PeerAutonomousContainerDatabaseBackupConfig.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PeerAutonomousContainerDatabaseBackupConfig.BuilderbackupDestinationDetails(List<BackupDestinationDetails> backupDestinationDetails)Backup destination details.PeerAutonomousContainerDatabaseBackupConfigbuild()PeerAutonomousContainerDatabaseBackupConfig.Buildercopy(PeerAutonomousContainerDatabaseBackupConfig model)PeerAutonomousContainerDatabaseBackupConfig.BuilderrecoveryWindowInDays(Integer recoveryWindowInDays)Number of days between the current and the earliest point of recoverability covered by automatic backups.
 
- 
- 
- 
Method Detail- 
backupDestinationDetailspublic PeerAutonomousContainerDatabaseBackupConfig.Builder backupDestinationDetails(List<BackupDestinationDetails> backupDestinationDetails) Backup destination details.- Parameters:
- backupDestinationDetails- the value to set
- Returns:
- this builder
 
 - 
recoveryWindowInDayspublic PeerAutonomousContainerDatabaseBackupConfig.Builder recoveryWindowInDays(Integer recoveryWindowInDays) Number of days between the current and the earliest point of recoverability covered by automatic backups.This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups. If the number of specified days is 0 then there will be no backups. - Parameters:
- recoveryWindowInDays- the value to set
- Returns:
- this builder
 
 - 
buildpublic PeerAutonomousContainerDatabaseBackupConfig build() 
 - 
copypublic PeerAutonomousContainerDatabaseBackupConfig.Builder copy(PeerAutonomousContainerDatabaseBackupConfig model) 
 
- 
 
-