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