public static interface GetTableResponse.Builder extends GlueResponse.Builder, 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. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetTableResponse.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.Buildertable(Table)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.