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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackupSetting.Builder
backupRegion(String backupRegion)
OCI backup region for the model.BackupSetting
build()
BackupSetting.Builder
copy(BackupSetting model)
BackupSetting.Builder
customerNotificationType(ModelSettingCustomerNotificationType customerNotificationType)
Customer notification on backup success/failure events.BackupSetting.Builder
isBackupEnabled(Boolean isBackupEnabled)
Boolean flag representing whether backup needs to be enabled/disabled for the model.
-
-
-
Method Detail
-
isBackupEnabled
public 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
-
backupRegion
public BackupSetting.Builder backupRegion(String backupRegion)
OCI backup region for the model.- Parameters:
backupRegion
- the value to set- Returns:
- this builder
-
customerNotificationType
public BackupSetting.Builder customerNotificationType(ModelSettingCustomerNotificationType customerNotificationType)
Customer notification on backup success/failure events.- Parameters:
customerNotificationType
- the value to set- Returns:
- this builder
-
build
public BackupSetting build()
-
copy
public BackupSetting.Builder copy(BackupSetting model)
-
-