public static class CompleteExternalBackupJobDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CompleteExternalBackupJobDetails |
build() |
CompleteExternalBackupJobDetails.Builder |
cfBackupHandle(String cfBackupHandle)
The handle of the control file backup.
|
CompleteExternalBackupJobDetails.Builder |
copy(CompleteExternalBackupJobDetails model) |
CompleteExternalBackupJobDetails.Builder |
dataSize(Long dataSize)
The size of the data in the database, in megabytes.
|
CompleteExternalBackupJobDetails.Builder |
redoSize(Long redoSize)
The size of the redo in the database, in megabytes.
|
CompleteExternalBackupJobDetails.Builder |
spfBackupHandle(String spfBackupHandle)
The handle of the spfile backup.
|
CompleteExternalBackupJobDetails.Builder |
sqlPatches(List<String> sqlPatches)
The list of SQL patches that need to be applied to the backup during the restore.
|
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.
|
public 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.
tdeWalletPath
- the value to setpublic CompleteExternalBackupJobDetails.Builder cfBackupHandle(String cfBackupHandle)
The handle of the control file backup.
cfBackupHandle
- the value to setpublic CompleteExternalBackupJobDetails.Builder spfBackupHandle(String spfBackupHandle)
The handle of the spfile backup.
spfBackupHandle
- the value to setpublic CompleteExternalBackupJobDetails.Builder sqlPatches(List<String> sqlPatches)
The list of SQL patches that need to be applied to the backup during the restore.
sqlPatches
- the value to setpublic CompleteExternalBackupJobDetails.Builder dataSize(Long dataSize)
The size of the data in the database, in megabytes.
dataSize
- the value to setpublic CompleteExternalBackupJobDetails.Builder redoSize(Long redoSize)
The size of the redo in the database, in megabytes.
redoSize
- the value to setpublic CompleteExternalBackupJobDetails build()
public CompleteExternalBackupJobDetails.Builder copy(CompleteExternalBackupJobDetails model)
Copyright © 2016–2024. All rights reserved.