Package com.oracle.bmc.database.model
Class CompleteExternalBackupJobDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.CompleteExternalBackupJobDetails.Builder
 
- 
- Enclosing class:
- CompleteExternalBackupJobDetails
 
 public static class CompleteExternalBackupJobDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CompleteExternalBackupJobDetailsbuild()CompleteExternalBackupJobDetails.BuildercfBackupHandle(String cfBackupHandle)The handle of the control file backup.CompleteExternalBackupJobDetails.Buildercopy(CompleteExternalBackupJobDetails model)CompleteExternalBackupJobDetails.BuilderdataSize(Long dataSize)The size of the data in the database, in megabytes.CompleteExternalBackupJobDetails.BuilderredoSize(Long redoSize)The size of the redo in the database, in megabytes.CompleteExternalBackupJobDetails.BuilderspfBackupHandle(String spfBackupHandle)The handle of the spfile backup.CompleteExternalBackupJobDetails.BuildersqlPatches(List<String> sqlPatches)The list of SQL patches that need to be applied to the backup during the restore.CompleteExternalBackupJobDetails.BuildertdeWalletPath(String tdeWalletPath)If the database being backed up is TDE enabled, this will be the path to the associated TDE wallet in Object Storage.
 
- 
- 
- 
Method Detail- 
tdeWalletPathpublic CompleteExternalBackupJobDetails.Builder tdeWalletPath(String tdeWalletPath) If the database being backed up is TDE enabled, this will be the path to the associated TDE wallet in Object Storage.- Parameters:
- tdeWalletPath- the value to set
- Returns:
- this builder
 
 - 
cfBackupHandlepublic CompleteExternalBackupJobDetails.Builder cfBackupHandle(String cfBackupHandle) The handle of the control file backup.- Parameters:
- cfBackupHandle- the value to set
- Returns:
- this builder
 
 - 
spfBackupHandlepublic CompleteExternalBackupJobDetails.Builder spfBackupHandle(String spfBackupHandle) The handle of the spfile backup.- Parameters:
- spfBackupHandle- the value to set
- Returns:
- this builder
 
 - 
sqlPatchespublic CompleteExternalBackupJobDetails.Builder sqlPatches(List<String> sqlPatches) The list of SQL patches that need to be applied to the backup during the restore.- Parameters:
- sqlPatches- the value to set
- Returns:
- this builder
 
 - 
dataSizepublic CompleteExternalBackupJobDetails.Builder dataSize(Long dataSize) The size of the data in the database, in megabytes.- Parameters:
- dataSize- the value to set
- Returns:
- this builder
 
 - 
redoSizepublic CompleteExternalBackupJobDetails.Builder redoSize(Long redoSize) The size of the redo in the database, in megabytes.- Parameters:
- redoSize- the value to set
- Returns:
- this builder
 
 - 
buildpublic CompleteExternalBackupJobDetails build() 
 - 
copypublic CompleteExternalBackupJobDetails.Builder copy(CompleteExternalBackupJobDetails model) 
 
- 
 
-