public static interface GetTableVersionResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetTableVersionResponse.Builder,GetTableVersionResponse>
Modifier and Type | Method and Description |
---|---|
default GetTableVersionResponse.Builder |
tableVersion(Consumer<TableVersion.Builder> tableVersion)
The requested table version.
|
GetTableVersionResponse.Builder |
tableVersion(TableVersion tableVersion)
The requested table version.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetTableVersionResponse.Builder tableVersion(TableVersion tableVersion)
The requested table version.
tableVersion
- The requested table version.default GetTableVersionResponse.Builder tableVersion(Consumer<TableVersion.Builder> tableVersion)
The requested table version.
This is a convenience that creates an instance of theTableVersion.Builder
avoiding the need to
create one manually via TableVersion.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to tableVersion(TableVersion)
.tableVersion
- a consumer that will call methods on TableVersion.Builder
tableVersion(TableVersion)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.