Class DataTransferProgress
java.lang.Object
software.amazon.awssdk.services.redshift.model.DataTransferProgress
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataTransferProgress.Builder,DataTransferProgress>
@Generated("software.amazon.awssdk:codegen")
public final class DataTransferProgress
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<DataTransferProgress.Builder,DataTransferProgress>
Describes the status of a cluster while it is in the process of resizing with an incremental resize.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic DataTransferProgress.Builderbuilder()final DoubleDescribes the data transfer rate in MB's per second.final LongDescribes the total amount of data that has been transfered in MB's.final LongDescribes the number of seconds that have elapsed during the data transfer.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final LongDescribes the estimated number of seconds remaining to complete the transfer.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends DataTransferProgress.Builder> final Stringstatus()Describes the status of the cluster.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final LongDescribes the total amount of data to be transfered in megabytes.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
status
Describes the status of the cluster. While the transfer is in progress the status is
transferringdata.- Returns:
- Describes the status of the cluster. While the transfer is in progress the status is
transferringdata.
-
currentRateInMegaBytesPerSecond
Describes the data transfer rate in MB's per second.
- Returns:
- Describes the data transfer rate in MB's per second.
-
totalDataInMegaBytes
Describes the total amount of data to be transfered in megabytes.
- Returns:
- Describes the total amount of data to be transfered in megabytes.
-
dataTransferredInMegaBytes
Describes the total amount of data that has been transfered in MB's.
- Returns:
- Describes the total amount of data that has been transfered in MB's.
-
estimatedTimeToCompletionInSeconds
Describes the estimated number of seconds remaining to complete the transfer.
- Returns:
- Describes the estimated number of seconds remaining to complete the transfer.
-
elapsedTimeInSeconds
Describes the number of seconds that have elapsed during the data transfer.
- Returns:
- Describes the number of seconds that have elapsed during the data transfer.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<DataTransferProgress.Builder,DataTransferProgress> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin 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
-