Package com.oracle.bmc.datascience.model
Class BackupSetting.Builder
- java.lang.Object
- 
- com.oracle.bmc.datascience.model.BackupSetting.Builder
 
- 
- Enclosing class:
- BackupSetting
 
 public static class BackupSetting.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BackupSetting.BuilderbackupRegion(String backupRegion)OCI backup region for the model.BackupSettingbuild()BackupSetting.Buildercopy(BackupSetting model)BackupSetting.BuildercustomerNotificationType(ModelSettingCustomerNotificationType customerNotificationType)Customer notification on backup success/failure events.BackupSetting.BuilderisBackupEnabled(Boolean isBackupEnabled)Boolean flag representing whether backup needs to be enabled/disabled for the model.
 
- 
- 
- 
Method Detail- 
isBackupEnabledpublic BackupSetting.Builder isBackupEnabled(Boolean isBackupEnabled) Boolean flag representing whether backup needs to be enabled/disabled for the model.- Parameters:
- isBackupEnabled- the value to set
- Returns:
- this builder
 
 - 
backupRegionpublic BackupSetting.Builder backupRegion(String backupRegion) OCI backup region for the model.- Parameters:
- backupRegion- the value to set
- Returns:
- this builder
 
 - 
customerNotificationTypepublic BackupSetting.Builder customerNotificationType(ModelSettingCustomerNotificationType customerNotificationType) Customer notification on backup success/failure events.- Parameters:
- customerNotificationType- the value to set
- Returns:
- this builder
 
 - 
buildpublic BackupSetting build() 
 - 
copypublic BackupSetting.Builder copy(BackupSetting model) 
 
- 
 
-