| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
static TableRestoreStatus.Builder |
TableRestoreStatus.builder() |
TableRestoreStatus.Builder |
TableRestoreStatus.Builder.clusterIdentifier(String clusterIdentifier)
The identifier of the Amazon Redshift cluster that the table is being restored to.
|
TableRestoreStatus.Builder |
TableRestoreStatus.Builder.message(String message)
A description of the status of the table restore request.
|
TableRestoreStatus.Builder |
TableRestoreStatus.Builder.newTableName(String newTableName)
The name of the table to create as a result of the table restore request.
|
TableRestoreStatus.Builder |
TableRestoreStatus.Builder.progressInMegaBytes(Long progressInMegaBytes)
The amount of data restored to the new table so far, in megabytes (MB).
|
TableRestoreStatus.Builder |
TableRestoreStatus.Builder.requestTime(Instant requestTime)
The time that the table restore request was made, in Universal Coordinated Time (UTC).
|
TableRestoreStatus.Builder |
TableRestoreStatus.Builder.snapshotIdentifier(String snapshotIdentifier)
The identifier of the snapshot that the table is being restored from.
|
TableRestoreStatus.Builder |
TableRestoreStatus.Builder.sourceDatabaseName(String sourceDatabaseName)
The name of the source database that contains the table being restored.
|
TableRestoreStatus.Builder |
TableRestoreStatus.Builder.sourceSchemaName(String sourceSchemaName)
The name of the source schema that contains the table being restored.
|
TableRestoreStatus.Builder |
TableRestoreStatus.Builder.sourceTableName(String sourceTableName)
The name of the source table being restored.
|
TableRestoreStatus.Builder |
TableRestoreStatus.Builder.status(String status)
A value that describes the current state of the table restore request.
|
TableRestoreStatus.Builder |
TableRestoreStatus.Builder.status(TableRestoreStatusType status)
A value that describes the current state of the table restore request.
|
TableRestoreStatus.Builder |
TableRestoreStatus.Builder.tableRestoreRequestId(String tableRestoreRequestId)
The unique identifier for the table restore request.
|
TableRestoreStatus.Builder |
TableRestoreStatus.Builder.targetDatabaseName(String targetDatabaseName)
The name of the database to restore the table to.
|
TableRestoreStatus.Builder |
TableRestoreStatus.Builder.targetSchemaName(String targetSchemaName)
The name of the schema to restore the table to.
|
TableRestoreStatus.Builder |
TableRestoreStatus.toBuilder() |
TableRestoreStatus.Builder |
TableRestoreStatus.Builder.totalDataInMegaBytes(Long totalDataInMegaBytes)
The total amount of data to restore to the new table, in megabytes (MB).
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TableRestoreStatus.Builder> |
TableRestoreStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RestoreTableFromClusterSnapshotResponse.Builder |
RestoreTableFromClusterSnapshotResponse.Builder.tableRestoreStatus(Consumer<TableRestoreStatus.Builder> tableRestoreStatus)
Sets the value of the TableRestoreStatus property for this object.
|
Copyright © 2020. All rights reserved.