public static interface DataTransferProgress.Builder extends SdkPojo, CopyableBuilder<DataTransferProgress.Builder,DataTransferProgress>
| Modifier and Type | Method and Description | 
|---|---|
DataTransferProgress.Builder | 
currentRateInMegaBytesPerSecond(Double currentRateInMegaBytesPerSecond)
 Describes the data transfer rate in MB's per second. 
 | 
DataTransferProgress.Builder | 
dataTransferredInMegaBytes(Long dataTransferredInMegaBytes)
 Describes the total amount of data that has been transfered in MB's. 
 | 
DataTransferProgress.Builder | 
elapsedTimeInSeconds(Long elapsedTimeInSeconds)
 Describes the number of seconds that have elapsed during the data transfer. 
 | 
DataTransferProgress.Builder | 
estimatedTimeToCompletionInSeconds(Long estimatedTimeToCompletionInSeconds)
 Describes the estimated number of seconds remaining to complete the transfer. 
 | 
DataTransferProgress.Builder | 
status(String status)
 Describes the status of the cluster. 
 | 
DataTransferProgress.Builder | 
totalDataInMegaBytes(Long totalDataInMegaBytes)
 Describes the total amount of data to be transfered in megabytes. 
 | 
copyapplyMutation, buildDataTransferProgress.Builder status(String status)
 Describes the status of the cluster. While the transfer is in progress the status is
 transferringdata.
 
status - Describes the status of the cluster. While the transfer is in progress the status is
        transferringdata.DataTransferProgress.Builder currentRateInMegaBytesPerSecond(Double currentRateInMegaBytesPerSecond)
Describes the data transfer rate in MB's per second.
currentRateInMegaBytesPerSecond - Describes the data transfer rate in MB's per second.DataTransferProgress.Builder totalDataInMegaBytes(Long totalDataInMegaBytes)
Describes the total amount of data to be transfered in megabytes.
totalDataInMegaBytes - Describes the total amount of data to be transfered in megabytes.DataTransferProgress.Builder dataTransferredInMegaBytes(Long dataTransferredInMegaBytes)
Describes the total amount of data that has been transfered in MB's.
dataTransferredInMegaBytes - Describes the total amount of data that has been transfered in MB's.DataTransferProgress.Builder estimatedTimeToCompletionInSeconds(Long estimatedTimeToCompletionInSeconds)
Describes the estimated number of seconds remaining to complete the transfer.
estimatedTimeToCompletionInSeconds - Describes the estimated number of seconds remaining to complete the transfer.DataTransferProgress.Builder elapsedTimeInSeconds(Long elapsedTimeInSeconds)
Describes the number of seconds that have elapsed during the data transfer.
elapsedTimeInSeconds - Describes the number of seconds that have elapsed during the data transfer.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.