Package com.oracle.bmc.database.model
Class TdeWalletBackupDestination.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.TdeWalletBackupDestination.Builder
-
- Enclosing class:
- TdeWalletBackupDestination
public static class TdeWalletBackupDestination.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TdeWalletBackupDestination.BuilderbackupDestinationId(String backupDestinationId)The OCID of the backup destination.TdeWalletBackupDestination.BuilderbackupDestinationType(TdeWalletBackupDestination.BackupDestinationType backupDestinationType)Destination where TDE Wallet backups are to be placed.TdeWalletBackupDestinationbuild()TdeWalletBackupDestination.Buildercopy(TdeWalletBackupDestination model)
-
-
-
Method Detail
-
backupDestinationType
public TdeWalletBackupDestination.Builder backupDestinationType(TdeWalletBackupDestination.BackupDestinationType backupDestinationType)
Destination where TDE Wallet backups are to be placed.- Parameters:
backupDestinationType- the value to set- Returns:
- this builder
-
backupDestinationId
public TdeWalletBackupDestination.Builder backupDestinationId(String backupDestinationId)
The OCID of the backup destination.- Parameters:
backupDestinationId- the value to set- Returns:
- this builder
-
build
public TdeWalletBackupDestination build()
-
copy
public TdeWalletBackupDestination.Builder copy(TdeWalletBackupDestination model)
-
-