public static class PeerAutonomousContainerDatabaseBackupConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PeerAutonomousContainerDatabaseBackupConfig.Builder |
backupDestinationDetails(List<BackupDestinationDetails> backupDestinationDetails)
Backup destination details.
|
PeerAutonomousContainerDatabaseBackupConfig |
build() |
PeerAutonomousContainerDatabaseBackupConfig.Builder |
copy(PeerAutonomousContainerDatabaseBackupConfig model) |
PeerAutonomousContainerDatabaseBackupConfig.Builder |
recoveryWindowInDays(Integer recoveryWindowInDays)
Number of days between the current and the earliest point of recoverability covered by
automatic backups.
|
public PeerAutonomousContainerDatabaseBackupConfig.Builder backupDestinationDetails(List<BackupDestinationDetails> backupDestinationDetails)
Backup destination details.
backupDestinationDetails
- the value to setpublic 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.
recoveryWindowInDays
- the value to setpublic PeerAutonomousContainerDatabaseBackupConfig build()
public PeerAutonomousContainerDatabaseBackupConfig.Builder copy(PeerAutonomousContainerDatabaseBackupConfig model)
Copyright © 2016–2024. All rights reserved.