public static interface UpdateTableResponse.Builder extends DynamoDBResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateTableResponse.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.BuildertableDescription(TableDescription)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.