public static class BackupSetting.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public BackupSetting.Builder isBackupEnabled(Boolean isBackupEnabled)
Boolean flag representing whether backup needs to be enabled/disabled for the model.
isBackupEnabled
- the value to setpublic BackupSetting.Builder backupRegion(String backupRegion)
OCI backup region for the model.
backupRegion
- the value to setpublic BackupSetting.Builder customerNotificationType(ModelSettingCustomerNotificationType customerNotificationType)
Customer notification on backup success/failure events.
customerNotificationType
- the value to setpublic BackupSetting build()
public BackupSetting.Builder copy(BackupSetting model)
Copyright © 2016–2024. All rights reserved.