public static interface RestoreStatus.Builder extends SdkPojo, CopyableBuilder<RestoreStatus.Builder,RestoreStatus>
Modifier and Type | Method and Description |
---|---|
RestoreStatus.Builder |
currentRestoreRateInMegaBytesPerSecond(Double currentRestoreRateInMegaBytesPerSecond)
The number of megabytes per second being transferred from the backup storage.
|
RestoreStatus.Builder |
elapsedTimeInSeconds(Long elapsedTimeInSeconds)
The amount of time an in-progress restore has been running, or the amount of time it took a completed restore
to finish.
|
RestoreStatus.Builder |
estimatedTimeToCompletionInSeconds(Long estimatedTimeToCompletionInSeconds)
The estimate of the time remaining before the restore will complete.
|
RestoreStatus.Builder |
progressInMegaBytes(Long progressInMegaBytes)
The number of megabytes that have been transferred from snapshot storage.
|
RestoreStatus.Builder |
snapshotSizeInMegaBytes(Long snapshotSizeInMegaBytes)
The size of the set of snapshot data used to restore the cluster.
|
RestoreStatus.Builder |
status(String status)
The status of the restore action.
|
copy
applyMutation, build
RestoreStatus.Builder status(String status)
The status of the restore action. Returns starting, restoring, completed, or failed.
status
- The status of the restore action. Returns starting, restoring, completed, or failed.RestoreStatus.Builder currentRestoreRateInMegaBytesPerSecond(Double currentRestoreRateInMegaBytesPerSecond)
The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.
currentRestoreRateInMegaBytesPerSecond
- The number of megabytes per second being transferred from the backup storage. Returns the average rate
for a completed backup.RestoreStatus.Builder snapshotSizeInMegaBytes(Long snapshotSizeInMegaBytes)
The size of the set of snapshot data used to restore the cluster.
snapshotSizeInMegaBytes
- The size of the set of snapshot data used to restore the cluster.RestoreStatus.Builder progressInMegaBytes(Long progressInMegaBytes)
The number of megabytes that have been transferred from snapshot storage.
progressInMegaBytes
- The number of megabytes that have been transferred from snapshot storage.RestoreStatus.Builder elapsedTimeInSeconds(Long elapsedTimeInSeconds)
The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.
elapsedTimeInSeconds
- The amount of time an in-progress restore has been running, or the amount of time it took a completed
restore to finish.RestoreStatus.Builder estimatedTimeToCompletionInSeconds(Long estimatedTimeToCompletionInSeconds)
The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.
estimatedTimeToCompletionInSeconds
- The estimate of the time remaining before the restore will complete. Returns 0 for a completed
restore.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.