DescribeResizeResult |
DescribeResizeResult.clone() |
|
DescribeResizeResult |
DescribeResizeResult.withAvgResizeRateInMegaBytesPerSecond(Double avgResizeRateInMegaBytesPerSecond) |
The average rate of the resize operation over the last few minutes,
measured in megabytes per second.
|
DescribeResizeResult |
DescribeResizeResult.withElapsedTimeInSeconds(Long elapsedTimeInSeconds) |
The amount of seconds that have elapsed since the resize operation began.
|
DescribeResizeResult |
DescribeResizeResult.withEstimatedTimeToCompletionInSeconds(Long estimatedTimeToCompletionInSeconds) |
The estimated time remaining, in seconds, until the resize operation is
complete.
|
DescribeResizeResult |
DescribeResizeResult.withImportTablesCompleted(String... importTablesCompleted) |
The names of tables that have been completely imported .
|
DescribeResizeResult |
DescribeResizeResult.withImportTablesCompleted(Collection<String> importTablesCompleted) |
The names of tables that have been completely imported .
|
DescribeResizeResult |
DescribeResizeResult.withImportTablesInProgress(String... importTablesInProgress) |
The names of tables that are being currently imported.
|
DescribeResizeResult |
DescribeResizeResult.withImportTablesInProgress(Collection<String> importTablesInProgress) |
The names of tables that are being currently imported.
|
DescribeResizeResult |
DescribeResizeResult.withImportTablesNotStarted(String... importTablesNotStarted) |
The names of tables that have not been yet imported.
|
DescribeResizeResult |
DescribeResizeResult.withImportTablesNotStarted(Collection<String> importTablesNotStarted) |
The names of tables that have not been yet imported.
|
DescribeResizeResult |
DescribeResizeResult.withProgressInMegaBytes(Long progressInMegaBytes) |
While the resize operation is in progress, this value shows the current
amount of data, in megabytes, that has been processed so far.
|
DescribeResizeResult |
DescribeResizeResult.withStatus(String status) |
The status of the resize operation.
|
DescribeResizeResult |
DescribeResizeResult.withTargetClusterType(String targetClusterType) |
The cluster type after the resize operation is complete.
|
DescribeResizeResult |
DescribeResizeResult.withTargetNodeType(String targetNodeType) |
The node type that the cluster will have after the resize operation is
complete.
|
DescribeResizeResult |
DescribeResizeResult.withTargetNumberOfNodes(Integer targetNumberOfNodes) |
The number of nodes that the cluster will have after the resize operation
is complete.
|
DescribeResizeResult |
DescribeResizeResult.withTotalResizeDataInMegaBytes(Long totalResizeDataInMegaBytes) |
The estimated total amount of data, in megabytes, on the cluster before
the resize operation began.
|