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