static AwsRedshiftClusterRestoreStatus.Builder |
AwsRedshiftClusterRestoreStatus.builder() |
|
AwsRedshiftClusterRestoreStatus.Builder |
AwsRedshiftClusterRestoreStatus.Builder.currentRestoreRateInMegaBytesPerSecond(Double currentRestoreRateInMegaBytesPerSecond) |
The number of megabytes per second being transferred from the backup storage.
|
AwsRedshiftClusterRestoreStatus.Builder |
AwsRedshiftClusterRestoreStatus.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.
|
AwsRedshiftClusterRestoreStatus.Builder |
AwsRedshiftClusterRestoreStatus.Builder.estimatedTimeToCompletionInSeconds(Long estimatedTimeToCompletionInSeconds) |
The estimate of the time remaining before the restore is complete.
|
AwsRedshiftClusterRestoreStatus.Builder |
AwsRedshiftClusterRestoreStatus.Builder.progressInMegaBytes(Long progressInMegaBytes) |
The number of megabytes that were transferred from snapshot storage.
|
AwsRedshiftClusterRestoreStatus.Builder |
AwsRedshiftClusterRestoreStatus.Builder.snapshotSizeInMegaBytes(Long snapshotSizeInMegaBytes) |
The size of the set of snapshot data that was used to restore the cluster.
|
AwsRedshiftClusterRestoreStatus.Builder |
AwsRedshiftClusterRestoreStatus.Builder.status(String status) |
The status of the restore action.
|
AwsRedshiftClusterRestoreStatus.Builder |
AwsRedshiftClusterRestoreStatus.toBuilder() |
|