public static interface GetTableVersionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetTableVersionRequest.Builder,GetTableVersionRequest>
Modifier and Type | Method and Description |
---|---|
GetTableVersionRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog where the tables reside.
|
GetTableVersionRequest.Builder |
databaseName(String databaseName)
The database in the catalog in which the table resides.
|
GetTableVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetTableVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetTableVersionRequest.Builder |
tableName(String tableName)
The name of the table.
|
GetTableVersionRequest.Builder |
versionId(String versionId)
The ID value of the table version to be retrieved.
|
build
overrideConfiguration
copy
applyMutation, build
GetTableVersionRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the tables reside. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog where the tables reside. If none is supplied, the AWS account ID is used by
default.GetTableVersionRequest.Builder databaseName(String databaseName)
The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
databaseName
- The database in the catalog in which the table resides. For Hive compatibility, this name is entirely
lowercase.GetTableVersionRequest.Builder tableName(String tableName)
The name of the table. For Hive compatibility, this name is entirely lowercase.
tableName
- The name of the table. For Hive compatibility, this name is entirely lowercase.GetTableVersionRequest.Builder versionId(String versionId)
The ID value of the table version to be retrieved. A VersionID
is a string representation of an
integer. Each version is incremented by 1.
versionId
- The ID value of the table version to be retrieved. A VersionID
is a string representation
of an integer. Each version is incremented by 1.GetTableVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetTableVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.