Uses of Interface
software.amazon.awssdk.services.redshift.model.RestoreStatus.Builder
-
Packages that use RestoreStatus.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of RestoreStatus.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return RestoreStatus.Builder Modifier and Type Method Description static RestoreStatus.BuilderRestoreStatus. builder()RestoreStatus.BuilderRestoreStatus.Builder. currentRestoreRateInMegaBytesPerSecond(Double currentRestoreRateInMegaBytesPerSecond)The number of megabytes per second being transferred from the backup storage.RestoreStatus.BuilderRestoreStatus.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.BuilderRestoreStatus.Builder. estimatedTimeToCompletionInSeconds(Long estimatedTimeToCompletionInSeconds)The estimate of the time remaining before the restore will complete.RestoreStatus.BuilderRestoreStatus.Builder. progressInMegaBytes(Long progressInMegaBytes)The number of megabytes that have been transferred from snapshot storage.RestoreStatus.BuilderRestoreStatus.Builder. snapshotSizeInMegaBytes(Long snapshotSizeInMegaBytes)The size of the set of snapshot data used to restore the cluster.RestoreStatus.BuilderRestoreStatus.Builder. status(String status)The status of the restore action.RestoreStatus.BuilderRestoreStatus. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type RestoreStatus.Builder Modifier and Type Method Description static Class<? extends RestoreStatus.Builder>RestoreStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type RestoreStatus.Builder Modifier and Type Method Description default Cluster.BuilderCluster.Builder. restoreStatus(Consumer<RestoreStatus.Builder> restoreStatus)A value that describes the status of a cluster restore action.
-