@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 String status()
Describes the status of the cluster. While the transfer is in progress the status is
transferringdata.
transferringdata.public Double currentRateInMegaBytesPerSecond()
Describes the data transfer rate in MB's per second.
public Long totalDataInMegaBytes()
Describes the total amount of data to be transfered in megabytes.
public Long dataTransferredInMegaBytes()
Describes the total amount of data that has been transfered in MB's.
public Long estimatedTimeToCompletionInSeconds()
Describes the estimated number of seconds remaining to complete the transfer.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.