public static interface RestoreTableFromSnapshotResponse.Builder extends RedshiftServerlessResponse.Builder, SdkPojo, CopyableBuilder<RestoreTableFromSnapshotResponse.Builder,RestoreTableFromSnapshotResponse>
| Modifier and Type | Method and Description |
|---|---|
default RestoreTableFromSnapshotResponse.Builder |
tableRestoreStatus(Consumer<TableRestoreStatus.Builder> tableRestoreStatus)
The TableRestoreStatus object that contains the status of the restore operation.
|
RestoreTableFromSnapshotResponse.Builder |
tableRestoreStatus(TableRestoreStatus tableRestoreStatus)
The TableRestoreStatus object that contains the status of the restore operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRestoreTableFromSnapshotResponse.Builder tableRestoreStatus(TableRestoreStatus tableRestoreStatus)
The TableRestoreStatus object that contains the status of the restore operation.
tableRestoreStatus - The TableRestoreStatus object that contains the status of the restore operation.default RestoreTableFromSnapshotResponse.Builder tableRestoreStatus(Consumer<TableRestoreStatus.Builder> tableRestoreStatus)
The TableRestoreStatus object that contains the status of the restore operation.
This is a convenience method that creates an instance of theTableRestoreStatus.Builder avoiding the
need to create one manually via TableRestoreStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to tableRestoreStatus(TableRestoreStatus).
tableRestoreStatus - a consumer that will call methods on TableRestoreStatus.BuildertableRestoreStatus(TableRestoreStatus)Copyright © 2023. All rights reserved.