public static interface ListTableMetadataRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<ListTableMetadataRequest.Builder,ListTableMetadataRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTableMetadataRequest.Builder |
catalogName(String catalogName)
The name of the data catalog for which table metadata should be returned.
|
ListTableMetadataRequest.Builder |
databaseName(String databaseName)
The name of the database for which table metadata should be returned.
|
ListTableMetadataRequest.Builder |
expression(String expression)
A regex filter that pattern-matches table names.
|
ListTableMetadataRequest.Builder |
maxResults(Integer maxResults)
Specifies the maximum number of results to return.
|
ListTableMetadataRequest.Builder |
nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListTableMetadataRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTableMetadataRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTableMetadataRequest.Builder catalogName(String catalogName)
The name of the data catalog for which table metadata should be returned.
catalogName - The name of the data catalog for which table metadata should be returned.ListTableMetadataRequest.Builder databaseName(String databaseName)
The name of the database for which table metadata should be returned.
databaseName - The name of the database for which table metadata should be returned.ListTableMetadataRequest.Builder expression(String expression)
A regex filter that pattern-matches table names. If no expression is supplied, metadata for all tables are listed.
expression - A regex filter that pattern-matches table names. If no expression is supplied, metadata for all tables
are listed.ListTableMetadataRequest.Builder nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.
nextToken - A token generated by the Athena service that specifies where to continue pagination if a previous
request was truncated. To obtain the next set of pages, pass in the NextToken from the response object
of the previous page call.ListTableMetadataRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of results to return.
maxResults - Specifies the maximum number of results to return.ListTableMetadataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTableMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.