Package com.oracle.bmc.database.model
Class UpdateBackupDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.UpdateBackupDetails.Builder
 
- 
- Enclosing class:
- UpdateBackupDetails
 
 public static class UpdateBackupDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateBackupDetailsbuild()UpdateBackupDetails.Buildercopy(UpdateBackupDetails model)UpdateBackupDetails.BuilderretentionPeriodInDays(Integer retentionPeriodInDays)The retention period of the long term backup in days.UpdateBackupDetails.BuilderretentionPeriodInYears(Integer retentionPeriodInYears)The retention period of the long term backup in years.
 
- 
- 
- 
Method Detail- 
retentionPeriodInDayspublic UpdateBackupDetails.Builder retentionPeriodInDays(Integer retentionPeriodInDays) The retention period of the long term backup in days.- Parameters:
- retentionPeriodInDays- the value to set
- Returns:
- this builder
 
 - 
retentionPeriodInYearspublic UpdateBackupDetails.Builder retentionPeriodInYears(Integer retentionPeriodInYears) The retention period of the long term backup in years.- Parameters:
- retentionPeriodInYears- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateBackupDetails build() 
 - 
copypublic UpdateBackupDetails.Builder copy(UpdateBackupDetails model) 
 
- 
 
-