Class Restore.RestoreBuilder
java.lang.Object
com.salesforce.multicloudj.dbbackuprestore.driver.Restore.RestoreBuilder
- Enclosing class:
- Restore
-
Method Summary
Modifier and TypeMethodDescriptionID of the backup being restored from.build()Timestamp when the restore operation completed.Unique identifier for the restore operation.Timestamp when the restore operation started.status(RestoreStatus status) Current status of the restore operation.statusMessage(String statusMessage) Status or failure message from the restore job.targetResource(String targetResource) Name of the target resource (table/database) being restored to.toString()
-
Method Details
-
restoreId
Unique identifier for the restore operation. This ID can be used to track the progress of the restore.- Returns:
this.
-
backupId
ID of the backup being restored from.- Returns:
this.
-
targetResource
Name of the target resource (table/database) being restored to.- Returns:
this.
-
status
Current status of the restore operation.- Returns:
this.
-
startTime
Timestamp when the restore operation started.- Returns:
this.
-
endTime
Timestamp when the restore operation completed. Will be null if the restore is still in progress.- Returns:
this.
-
statusMessage
Status or failure message from the restore job. For failed jobs, this typically contains the provider-specific restore error reason.- Returns:
this.
-
build
-
toString
-