public static interface GetTableVersionsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetTableVersionsRequest.Builder,GetTableVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetTableVersionsRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog where the tables reside.
|
GetTableVersionsRequest.Builder |
databaseName(String databaseName)
The database in the catalog in which the table resides.
|
GetTableVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of table versions to return in one response.
|
GetTableVersionsRequest.Builder |
nextToken(String nextToken)
A continuation token, if this is not the first call.
|
GetTableVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTableVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTableVersionsRequest.Builder |
tableName(String tableName)
The name of the table.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTableVersionsRequest.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.GetTableVersionsRequest.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.GetTableVersionsRequest.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.GetTableVersionsRequest.Builder nextToken(String nextToken)
A continuation token, if this is not the first call.
nextToken - A continuation token, if this is not the first call.GetTableVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of table versions to return in one response.
maxResults - The maximum number of table versions to return in one response.GetTableVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetTableVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.