public static class RecoveryApplianceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RecoveryApplianceDetails.Builder |
allocatedStorageSizeInGBs(Integer allocatedStorageSizeInGBs)
The storage size of the backup destination allocated for an Autonomous Container Database
to store backups on the recovery appliance, in GBs, rounded to the nearest integer.
|
RecoveryApplianceDetails |
build() |
RecoveryApplianceDetails.Builder |
copy(RecoveryApplianceDetails model) |
RecoveryApplianceDetails.Builder |
recoveryWindowInDays(Integer recoveryWindowInDays)
Number of days between the current and earliest point of recoverability covered by
automatic backups.
|
RecoveryApplianceDetails.Builder |
timeRecoveryApplianceDetailsUpdated(Date timeRecoveryApplianceDetailsUpdated)
The time when the recovery appliance details are updated.
|
public RecoveryApplianceDetails.Builder allocatedStorageSizeInGBs(Integer allocatedStorageSizeInGBs)
The storage size of the backup destination allocated for an Autonomous Container Database to store backups on the recovery appliance, in GBs, rounded to the nearest integer.
allocatedStorageSizeInGBs
- the value to setpublic RecoveryApplianceDetails.Builder recoveryWindowInDays(Integer recoveryWindowInDays)
Number of days between the current and earliest point of recoverability covered by automatic backups.
recoveryWindowInDays
- the value to setpublic RecoveryApplianceDetails.Builder timeRecoveryApplianceDetailsUpdated(Date timeRecoveryApplianceDetailsUpdated)
The time when the recovery appliance details are updated.
timeRecoveryApplianceDetailsUpdated
- the value to setpublic RecoveryApplianceDetails build()
public RecoveryApplianceDetails.Builder copy(RecoveryApplianceDetails model)
Copyright © 2016–2025. All rights reserved.