public static interface ListDatabasesRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<ListDatabasesRequest.Builder,ListDatabasesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDatabasesRequest.Builder |
catalogName(String catalogName)
The name of the data catalog that contains the databases to return.
|
ListDatabasesRequest.Builder |
maxResults(Integer maxResults)
Specifies the maximum number of results to return.
|
ListDatabasesRequest.Builder |
nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListDatabasesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDatabasesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDatabasesRequest.Builder catalogName(String catalogName)
The name of the data catalog that contains the databases to return.
catalogName - The name of the data catalog that contains the databases to return.ListDatabasesRequest.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.ListDatabasesRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of results to return.
maxResults - Specifies the maximum number of results to return.ListDatabasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDatabasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.