@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataTransferProgress.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataTransferProgress.Builder |
builder() |
Double |
currentRateInMegaBytesPerSecond()
Describes the data transfer rate in MB's per second.
|
Long |
dataTransferredInMegaBytes()
Describes the total amount of data that has been transfered in MB's.
|
Long |
elapsedTimeInSeconds()
Describes the number of seconds that have elapsed during the data transfer.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
estimatedTimeToCompletionInSeconds()
Describes the estimated number of seconds remaining to complete the transfer.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataTransferProgress.Builder> |
serializableBuilderClass() |
String |
status()
Describes the status of the cluster.
|
DataTransferProgress.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
totalDataInMegaBytes()
Describes the total amount of data to be transfered in megabytes.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String status()
Describes the status of the cluster. While the transfer is in progress the status is
transferringdata.
transferringdata.public final Double currentRateInMegaBytesPerSecond()
Describes the data transfer rate in MB's per second.
public final Long totalDataInMegaBytes()
Describes the total amount of data to be transfered in megabytes.
public final Long dataTransferredInMegaBytes()
Describes the total amount of data that has been transfered in MB's.
public final Long estimatedTimeToCompletionInSeconds()
Describes the estimated number of seconds remaining to complete the transfer.
public final Long elapsedTimeInSeconds()
Describes the number of seconds that have elapsed during the data transfer.
public DataTransferProgress.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataTransferProgress.Builder,DataTransferProgress>public static DataTransferProgress.Builder builder()
public static Class<? extends DataTransferProgress.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.