@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) |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Long |
totalDataInMegaBytes()
Describes the total amount of data to be transfered in megabytes.
|
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DataTransferProgress.Builder,DataTransferProgress>
public static DataTransferProgress.Builder builder()
public static Class<? extends DataTransferProgress.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.