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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 © 2023. All rights reserved.