Class RestoreStatus
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<RestoreStatus.Builder,
RestoreStatus>
Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic RestoreStatus.Builder
builder()
final Double
The number of megabytes per second being transferred from the backup storage.final Long
The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final Long
The estimate of the time remaining before the restore will complete.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final Long
The number of megabytes that have been transferred from snapshot storage.static Class
<? extends RestoreStatus.Builder> final Long
The size of the set of snapshot data used to restore the cluster.final String
status()
The status of the restore action.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
status
The status of the restore action. Returns starting, restoring, completed, or failed.
- Returns:
- The status of the restore action. Returns starting, restoring, completed, or failed.
-
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 node types.
- Returns:
- 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 node types.
-
snapshotSizeInMegaBytes
The size of the set of snapshot data used to restore the cluster. This field is only updated when you restore to DC2 node types.
- Returns:
- The size of the set of snapshot data used to restore the cluster. This field is only updated when you restore to DC2 node types.
-
progressInMegaBytes
The number of megabytes that have been transferred from snapshot storage. This field is only updated when you restore to DC2 node types.
- Returns:
- The number of megabytes that have been transferred from snapshot storage. This field is only updated when you restore to DC2 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 node types.
- Returns:
- 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 node types.
-
estimatedTimeToCompletionInSeconds
The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore. This field is only updated when you restore to DC2 node types.
- Returns:
- The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore. This field is only updated when you restore to DC2 node types.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<RestoreStatus.Builder,
RestoreStatus> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-