public static interface DescribeTableResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeTableResponse.Builder,DescribeTableResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeTableResponse.Builder |
table(Consumer<TableDescription.Builder> table)
The properties of the table.
|
DescribeTableResponse.Builder |
table(TableDescription table)
The properties of the table.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeTableResponse.Builder table(TableDescription table)
The properties of the table.
table - The properties of the table.default DescribeTableResponse.Builder table(Consumer<TableDescription.Builder> table)
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 table(TableDescription).table - a consumer that will call methods on TableDescription.Buildertable(TableDescription)Copyright © 2019. All rights reserved.