public static interface RestoreTableToPointInTimeResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<RestoreTableToPointInTimeResponse.Builder,RestoreTableToPointInTimeResponse>
Modifier and Type | Method and Description |
---|---|
default RestoreTableToPointInTimeResponse.Builder |
tableDescription(Consumer<TableDescription.Builder> tableDescription)
Represents the properties of a table.
|
RestoreTableToPointInTimeResponse.Builder |
tableDescription(TableDescription tableDescription)
Represents the properties of a table.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
RestoreTableToPointInTimeResponse.Builder tableDescription(TableDescription tableDescription)
Represents the properties of a table.
tableDescription
- Represents the properties of a table.default RestoreTableToPointInTimeResponse.Builder tableDescription(Consumer<TableDescription.Builder> tableDescription)
Represents the properties of a table.
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 © 2021. All rights reserved.