| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsRedshiftClusterRestoreStatus.Builder> |
AwsRedshiftClusterRestoreStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.restoreStatus(Consumer<AwsRedshiftClusterRestoreStatus.Builder> restoreStatus)
Information about the status of a cluster restore action.
|
Copyright © 2023. All rights reserved.