public static interface GetTableRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetTableRequest.Builder,GetTableRequest>
| Modifier and Type | Method and Description |
|---|---|
GetTableRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog where the table resides.
|
GetTableRequest.Builder |
databaseName(String databaseName)
The name of the database in the catalog in which the table resides.
|
GetTableRequest.Builder |
name(String name)
The name of the table for which to retrieve the definition.
|
GetTableRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTableRequest.Builder |
queryAsOfTime(Instant queryAsOfTime)
The time as of when to read the table contents.
|
GetTableRequest.Builder |
transactionId(String transactionId)
The transaction ID at which to read the table contents.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTableRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.
catalogId - The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services
account ID is used by default.GetTableRequest.Builder databaseName(String databaseName)
The name of the database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
databaseName - The name of the database in the catalog in which the table resides. For Hive compatibility, this name
is entirely lowercase.GetTableRequest.Builder name(String name)
The name of the table for which to retrieve the definition. For Hive compatibility, this name is entirely lowercase.
name - The name of the table for which to retrieve the definition. For Hive compatibility, this name is
entirely lowercase.GetTableRequest.Builder transactionId(String transactionId)
The transaction ID at which to read the table contents.
transactionId - The transaction ID at which to read the table contents.GetTableRequest.Builder queryAsOfTime(Instant queryAsOfTime)
The time as of when to read the table contents. If not set, the most recent transaction commit time will be
used. Cannot be specified along with TransactionId.
queryAsOfTime - The time as of when to read the table contents. If not set, the most recent transaction commit time
will be used. Cannot be specified along with TransactionId.GetTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.