| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
CancelResizeResponse.Builder |
CancelResizeResponse.Builder.avgResizeRateInMegaBytesPerSecond(Double avgResizeRateInMegaBytesPerSecond)
The average rate of the resize operation over the last few minutes, measured in megabytes per second.
|
static CancelResizeResponse.Builder |
CancelResizeResponse.builder() |
CancelResizeResponse.Builder |
CancelResizeResponse.Builder.dataTransferProgressPercent(Double dataTransferProgressPercent)
The percent of data transferred from source cluster to target cluster.
|
CancelResizeResponse.Builder |
CancelResizeResponse.Builder.elapsedTimeInSeconds(Long elapsedTimeInSeconds)
The amount of seconds that have elapsed since the resize operation began.
|
CancelResizeResponse.Builder |
CancelResizeResponse.Builder.estimatedTimeToCompletionInSeconds(Long estimatedTimeToCompletionInSeconds)
The estimated time remaining, in seconds, until the resize operation is complete.
|
CancelResizeResponse.Builder |
CancelResizeResponse.Builder.importTablesCompleted(Collection<String> importTablesCompleted)
The names of tables that have been completely imported .
|
CancelResizeResponse.Builder |
CancelResizeResponse.Builder.importTablesCompleted(String... importTablesCompleted)
The names of tables that have been completely imported .
|
CancelResizeResponse.Builder |
CancelResizeResponse.Builder.importTablesInProgress(Collection<String> importTablesInProgress)
The names of tables that are being currently imported.
|
CancelResizeResponse.Builder |
CancelResizeResponse.Builder.importTablesInProgress(String... importTablesInProgress)
The names of tables that are being currently imported.
|
CancelResizeResponse.Builder |
CancelResizeResponse.Builder.importTablesNotStarted(Collection<String> importTablesNotStarted)
The names of tables that have not been yet imported.
|
CancelResizeResponse.Builder |
CancelResizeResponse.Builder.importTablesNotStarted(String... importTablesNotStarted)
The names of tables that have not been yet imported.
|
CancelResizeResponse.Builder |
CancelResizeResponse.Builder.message(String message)
An optional string to provide additional details about the resize action.
|
CancelResizeResponse.Builder |
CancelResizeResponse.Builder.progressInMegaBytes(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.
|
CancelResizeResponse.Builder |
CancelResizeResponse.Builder.resizeType(String resizeType)
An enum with possible values of
ClassicResize and ElasticResize. |
CancelResizeResponse.Builder |
CancelResizeResponse.Builder.status(String status)
The status of the resize operation.
|
CancelResizeResponse.Builder |
CancelResizeResponse.Builder.targetClusterType(String targetClusterType)
The cluster type after the resize operation is complete.
|
CancelResizeResponse.Builder |
CancelResizeResponse.Builder.targetEncryptionType(String targetEncryptionType)
The type of encryption for the cluster after the resize is complete.
|
CancelResizeResponse.Builder |
CancelResizeResponse.Builder.targetNodeType(String targetNodeType)
The node type that the cluster will have after the resize operation is complete.
|
CancelResizeResponse.Builder |
CancelResizeResponse.Builder.targetNumberOfNodes(Integer targetNumberOfNodes)
The number of nodes that the cluster will have after the resize operation is complete.
|
CancelResizeResponse.Builder |
CancelResizeResponse.toBuilder() |
CancelResizeResponse.Builder |
CancelResizeResponse.Builder.totalResizeDataInMegaBytes(Long totalResizeDataInMegaBytes)
The estimated total amount of data, in megabytes, on the cluster before the resize operation began.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CancelResizeResponse.Builder> |
CancelResizeResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.