public static interface TableRestoreStatus.Builder extends SdkPojo, CopyableBuilder<TableRestoreStatus.Builder,TableRestoreStatus>
| Modifier and Type | Method and Description |
|---|---|
TableRestoreStatus.Builder |
message(String message)
A description of the status of the table restore request.
|
TableRestoreStatus.Builder |
namespaceName(String namespaceName)
The namespace of the table being restored from.
|
TableRestoreStatus.Builder |
newTableName(String newTableName)
The name of the table to create from the restore operation.
|
TableRestoreStatus.Builder |
progressInMegaBytes(Long progressInMegaBytes)
The amount of data restored to the new table so far, in megabytes (MB).
|
TableRestoreStatus.Builder |
requestTime(Instant requestTime)
The time that the table restore request was made, in Universal Coordinated Time (UTC).
|
TableRestoreStatus.Builder |
snapshotName(String snapshotName)
The name of the snapshot being restored from.
|
TableRestoreStatus.Builder |
sourceDatabaseName(String sourceDatabaseName)
The name of the source database being restored from.
|
TableRestoreStatus.Builder |
sourceSchemaName(String sourceSchemaName)
The name of the source schema being restored from.
|
TableRestoreStatus.Builder |
sourceTableName(String sourceTableName)
The name of the source table being restored from.
|
TableRestoreStatus.Builder |
status(String status)
A value that describes the current state of the table restore request.
|
TableRestoreStatus.Builder |
tableRestoreRequestId(String tableRestoreRequestId)
The ID of the RestoreTableFromSnapshot request.
|
TableRestoreStatus.Builder |
targetDatabaseName(String targetDatabaseName)
The name of the database to restore to.
|
TableRestoreStatus.Builder |
targetSchemaName(String targetSchemaName)
The name of the schema to restore to.
|
TableRestoreStatus.Builder |
totalDataInMegaBytes(Long totalDataInMegaBytes)
The total amount of data to restore to the new table, in megabytes (MB).
|
TableRestoreStatus.Builder |
workgroupName(String workgroupName)
The name of the workgroup being restored from.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableRestoreStatus.Builder message(String message)
A description of the status of the table restore request. Status values include SUCCEEDED,
FAILED, CANCELED, PENDING, IN_PROGRESS.
message - A description of the status of the table restore request. Status values include SUCCEEDED
, FAILED, CANCELED, PENDING, IN_PROGRESS.TableRestoreStatus.Builder namespaceName(String namespaceName)
The namespace of the table being restored from.
namespaceName - The namespace of the table being restored from.TableRestoreStatus.Builder newTableName(String newTableName)
The name of the table to create from the restore operation.
newTableName - The name of the table to create from the restore operation.TableRestoreStatus.Builder progressInMegaBytes(Long progressInMegaBytes)
The amount of data restored to the new table so far, in megabytes (MB).
progressInMegaBytes - The amount of data restored to the new table so far, in megabytes (MB).TableRestoreStatus.Builder requestTime(Instant requestTime)
The time that the table restore request was made, in Universal Coordinated Time (UTC).
requestTime - The time that the table restore request was made, in Universal Coordinated Time (UTC).TableRestoreStatus.Builder snapshotName(String snapshotName)
The name of the snapshot being restored from.
snapshotName - The name of the snapshot being restored from.TableRestoreStatus.Builder sourceDatabaseName(String sourceDatabaseName)
The name of the source database being restored from.
sourceDatabaseName - The name of the source database being restored from.TableRestoreStatus.Builder sourceSchemaName(String sourceSchemaName)
The name of the source schema being restored from.
sourceSchemaName - The name of the source schema being restored from.TableRestoreStatus.Builder sourceTableName(String sourceTableName)
The name of the source table being restored from.
sourceTableName - The name of the source table being restored from.TableRestoreStatus.Builder status(String status)
A value that describes the current state of the table restore request. Possible values include
SUCCEEDED, FAILED, CANCELED, PENDING,
IN_PROGRESS.
status - A value that describes the current state of the table restore request. Possible values include
SUCCEEDED, FAILED, CANCELED, PENDING,
IN_PROGRESS.TableRestoreStatus.Builder tableRestoreRequestId(String tableRestoreRequestId)
The ID of the RestoreTableFromSnapshot request.
tableRestoreRequestId - The ID of the RestoreTableFromSnapshot request.TableRestoreStatus.Builder targetDatabaseName(String targetDatabaseName)
The name of the database to restore to.
targetDatabaseName - The name of the database to restore to.TableRestoreStatus.Builder targetSchemaName(String targetSchemaName)
The name of the schema to restore to.
targetSchemaName - The name of the schema to restore to.TableRestoreStatus.Builder totalDataInMegaBytes(Long totalDataInMegaBytes)
The total amount of data to restore to the new table, in megabytes (MB).
totalDataInMegaBytes - The total amount of data to restore to the new table, in megabytes (MB).TableRestoreStatus.Builder workgroupName(String workgroupName)
The name of the workgroup being restored from.
workgroupName - The name of the workgroup being restored from.Copyright © 2023. All rights reserved.