public static interface AwsRedshiftClusterRestoreStatus.Builder extends SdkPojo, CopyableBuilder<AwsRedshiftClusterRestoreStatus.Builder,AwsRedshiftClusterRestoreStatus>
| Modifier and Type | Method and Description |
|---|---|
AwsRedshiftClusterRestoreStatus.Builder |
currentRestoreRateInMegaBytesPerSecond(Double currentRestoreRateInMegaBytesPerSecond)
The number of megabytes per second being transferred from the backup storage.
|
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 |
estimatedTimeToCompletionInSeconds(Long estimatedTimeToCompletionInSeconds)
The estimate of the time remaining before the restore is complete.
|
AwsRedshiftClusterRestoreStatus.Builder |
progressInMegaBytes(Long progressInMegaBytes)
The number of megabytes that were transferred from snapshot storage.
|
AwsRedshiftClusterRestoreStatus.Builder |
snapshotSizeInMegaBytes(Long snapshotSizeInMegaBytes)
The size of the set of snapshot data that was used to restore the cluster.
|
AwsRedshiftClusterRestoreStatus.Builder |
status(String status)
The status of the restore action.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsRedshiftClusterRestoreStatus.Builder currentRestoreRateInMegaBytesPerSecond(Double currentRestoreRateInMegaBytesPerSecond)
The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.
This field is only updated when you restore to DC2 and DS2 node types.
currentRestoreRateInMegaBytesPerSecond - The number of megabytes per second being transferred from the backup storage. Returns the average rate
for a completed backup.
This field is only updated when you restore to DC2 and DS2 node types.
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.
This field is only updated when you restore to DC2 and DS2 node types.
elapsedTimeInSeconds - The amount of time an in-progress restore has been running, or the amount of time it took a completed
restore to finish.
This field is only updated when you restore to DC2 and DS2 node types.
AwsRedshiftClusterRestoreStatus.Builder estimatedTimeToCompletionInSeconds(Long estimatedTimeToCompletionInSeconds)
The estimate of the time remaining before the restore is complete. Returns 0 for a completed restore.
This field is only updated when you restore to DC2 and DS2 node types.
estimatedTimeToCompletionInSeconds - The estimate of the time remaining before the restore is complete. Returns 0 for a completed
restore.
This field is only updated when you restore to DC2 and DS2 node types.
AwsRedshiftClusterRestoreStatus.Builder progressInMegaBytes(Long progressInMegaBytes)
The number of megabytes that were transferred from snapshot storage.
This field is only updated when you restore to DC2 and DS2 node types.
progressInMegaBytes - The number of megabytes that were transferred from snapshot storage.
This field is only updated when you restore to DC2 and DS2 node types.
AwsRedshiftClusterRestoreStatus.Builder snapshotSizeInMegaBytes(Long snapshotSizeInMegaBytes)
The size of the set of snapshot data that was used to restore the cluster.
This field is only updated when you restore to DC2 and DS2 node types.
snapshotSizeInMegaBytes - The size of the set of snapshot data that was used to restore the cluster.
This field is only updated when you restore to DC2 and DS2 node types.
AwsRedshiftClusterRestoreStatus.Builder status(String status)
The status of the restore action.
Valid values: starting | restoring | completed | failed
status - The status of the restore action.
Valid values: starting | restoring | completed |
failed
Copyright © 2023. All rights reserved.