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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateBackupDetails
build()
UpdateBackupDetails.Builder
copy(UpdateBackupDetails model)
UpdateBackupDetails.Builder
retentionPeriodInDays(Integer retentionPeriodInDays)
The retention period of the long term backup in days.UpdateBackupDetails.Builder
retentionPeriodInYears(Integer retentionPeriodInYears)
The retention period of the long term backup in years.
-
-
-
Method Detail
-
retentionPeriodInDays
public UpdateBackupDetails.Builder retentionPeriodInDays(Integer retentionPeriodInDays)
The retention period of the long term backup in days.- Parameters:
retentionPeriodInDays
- the value to set- Returns:
- this builder
-
retentionPeriodInYears
public UpdateBackupDetails.Builder retentionPeriodInYears(Integer retentionPeriodInYears)
The retention period of the long term backup in years.- Parameters:
retentionPeriodInYears
- the value to set- Returns:
- this builder
-
build
public UpdateBackupDetails build()
-
copy
public UpdateBackupDetails.Builder copy(UpdateBackupDetails model)
-
-