public static interface RestoreTableFromBackupResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<RestoreTableFromBackupResponse.Builder,RestoreTableFromBackupResponse>
Modifier and Type | Method and Description |
---|---|
default RestoreTableFromBackupResponse.Builder |
tableDescription(Consumer<TableDescription.Builder> tableDescription)
The description of the table created from an existing backup.
|
RestoreTableFromBackupResponse.Builder |
tableDescription(TableDescription tableDescription)
The description of the table created from an existing backup.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
RestoreTableFromBackupResponse.Builder tableDescription(TableDescription tableDescription)
The description of the table created from an existing backup.
tableDescription
- The description of the table created from an existing backup.default RestoreTableFromBackupResponse.Builder tableDescription(Consumer<TableDescription.Builder> tableDescription)
The description of the table created from an existing backup.
This is a convenience that creates an instance of theTableDescription.Builder
avoiding the need to
create one manually via TableDescription.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to tableDescription(TableDescription)
.tableDescription
- a consumer that will call methods on TableDescription.Builder
tableDescription(TableDescription)
Copyright © 2019. All rights reserved.