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) |
GetTableVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTableVersionRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.
catalogId - The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services
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)
overrideConfiguration in interface AwsRequest.BuilderGetTableVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.