public static interface GetTablesRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetTablesRequest.Builder,GetTablesRequest>
| Modifier and Type | Method and Description |
|---|---|
GetTablesRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog where the tables reside.
|
GetTablesRequest.Builder |
databaseName(String databaseName)
The database in the catalog whose tables to list.
|
GetTablesRequest.Builder |
expression(String expression)
A regular expression pattern.
|
GetTablesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of tables to return in a single response.
|
GetTablesRequest.Builder |
nextToken(String nextToken)
A continuation token, included if this is a continuation call.
|
GetTablesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTablesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTablesRequest.Builder |
queryAsOfTime(Instant queryAsOfTime)
The time as of when to read the table contents.
|
GetTablesRequest.Builder |
transactionId(String transactionId)
The transaction ID at which to read the table contents.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTablesRequest.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.GetTablesRequest.Builder databaseName(String databaseName)
The database in the catalog whose tables to list. For Hive compatibility, this name is entirely lowercase.
databaseName - The database in the catalog whose tables to list. For Hive compatibility, this name is entirely
lowercase.GetTablesRequest.Builder expression(String expression)
A regular expression pattern. If present, only those tables whose names match the pattern are returned.
expression - A regular expression pattern. If present, only those tables whose names match the pattern are
returned.GetTablesRequest.Builder nextToken(String nextToken)
A continuation token, included if this is a continuation call.
nextToken - A continuation token, included if this is a continuation call.GetTablesRequest.Builder maxResults(Integer maxResults)
The maximum number of tables to return in a single response.
maxResults - The maximum number of tables to return in a single response.GetTablesRequest.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.GetTablesRequest.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.GetTablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.