public static interface DeleteTableResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<DeleteTableResponse.Builder,DeleteTableResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteTableResponse.Builder |
tableDescription(Consumer<TableDescription.Builder> tableDescription)
Represents the properties of a table.
|
DeleteTableResponse.Builder |
tableDescription(TableDescription tableDescription)
Represents the properties of a table.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteTableResponse.Builder tableDescription(TableDescription tableDescription)
Represents the properties of a table.
tableDescription - Represents the properties of a table.default DeleteTableResponse.Builder tableDescription(Consumer<TableDescription.Builder> tableDescription)
Represents the properties of a table.
This is a convenience method 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 © 2022. All rights reserved.