public static interface GetTableResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetTableResponse.Builder,GetTableResponse>
Modifier and Type | Method and Description |
---|---|
default GetTableResponse.Builder |
table(Consumer<Table.Builder> table)
The
Table object that defines the specified table. |
GetTableResponse.Builder |
table(Table table)
The
Table object that defines the specified table. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetTableResponse.Builder table(Table table)
The Table
object that defines the specified table.
table
- The Table
object that defines the specified table.default GetTableResponse.Builder table(Consumer<Table.Builder> table)
The Table
object that defines the specified table.
Table.Builder
avoiding the need to create one
manually via Table.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to table(Table)
.table
- a consumer that will call methods on Table.Builder
table(Table)
Copyright © 2020. All rights reserved.