Package com.oracle.bmc.database.model
Class RecoveryApplianceDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.RecoveryApplianceDetails.Builder
 
- 
- Enclosing class:
- RecoveryApplianceDetails
 
 public static class RecoveryApplianceDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RecoveryApplianceDetails.BuilderallocatedStorageSizeInGBs(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.RecoveryApplianceDetailsbuild()RecoveryApplianceDetails.Buildercopy(RecoveryApplianceDetails model)RecoveryApplianceDetails.BuilderrecoveryWindowInDays(Integer recoveryWindowInDays)Number of days between the current and earliest point of recoverability covered by automatic backups.RecoveryApplianceDetails.BuildertimeRecoveryApplianceDetailsUpdated(Date timeRecoveryApplianceDetailsUpdated)The time when the recovery appliance details are updated.
 
- 
- 
- 
Method Detail- 
allocatedStorageSizeInGBspublic 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.- Parameters:
- allocatedStorageSizeInGBs- the value to set
- Returns:
- this builder
 
 - 
recoveryWindowInDayspublic RecoveryApplianceDetails.Builder recoveryWindowInDays(Integer recoveryWindowInDays) Number of days between the current and earliest point of recoverability covered by automatic backups.- Parameters:
- recoveryWindowInDays- the value to set
- Returns:
- this builder
 
 - 
timeRecoveryApplianceDetailsUpdatedpublic RecoveryApplianceDetails.Builder timeRecoveryApplianceDetailsUpdated(Date timeRecoveryApplianceDetailsUpdated) The time when the recovery appliance details are updated.- Parameters:
- timeRecoveryApplianceDetailsUpdated- the value to set
- Returns:
- this builder
 
 - 
buildpublic RecoveryApplianceDetails build() 
 - 
copypublic RecoveryApplianceDetails.Builder copy(RecoveryApplianceDetails model) 
 
- 
 
-