| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
static RestoreStatus.Builder |
RestoreStatus.builder() |
RestoreStatus.Builder |
RestoreStatus.Builder.currentRestoreRateInMegaBytesPerSecond(Double currentRestoreRateInMegaBytesPerSecond)
The number of megabytes per second being transferred from the backup storage.
|
RestoreStatus.Builder |
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 |
RestoreStatus.Builder.estimatedTimeToCompletionInSeconds(Long estimatedTimeToCompletionInSeconds)
The estimate of the time remaining before the restore will complete.
|
RestoreStatus.Builder |
RestoreStatus.Builder.progressInMegaBytes(Long progressInMegaBytes)
The number of megabytes that have been transferred from snapshot storage.
|
RestoreStatus.Builder |
RestoreStatus.Builder.snapshotSizeInMegaBytes(Long snapshotSizeInMegaBytes)
The size of the set of snapshot data used to restore the cluster.
|
RestoreStatus.Builder |
RestoreStatus.Builder.status(String status)
The status of the restore action.
|
RestoreStatus.Builder |
RestoreStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RestoreStatus.Builder> |
RestoreStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Cluster.Builder |
Cluster.Builder.restoreStatus(Consumer<RestoreStatus.Builder> restoreStatus)
A value that describes the status of a cluster restore action.
|
Copyright © 2019. All rights reserved.