public static interface ListDataCatalogsResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<ListDataCatalogsResponse.Builder,ListDataCatalogsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDataCatalogsResponse.Builder |
dataCatalogsSummary(Collection<DataCatalogSummary> dataCatalogsSummary)
A summary list of data catalogs.
|
ListDataCatalogsResponse.Builder |
dataCatalogsSummary(Consumer<DataCatalogSummary.Builder>... dataCatalogsSummary)
A summary list of data catalogs.
|
ListDataCatalogsResponse.Builder |
dataCatalogsSummary(DataCatalogSummary... dataCatalogsSummary)
A summary list of data catalogs.
|
ListDataCatalogsResponse.Builder |
nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDataCatalogsResponse.Builder dataCatalogsSummary(Collection<DataCatalogSummary> dataCatalogsSummary)
A summary list of data catalogs.
dataCatalogsSummary - A summary list of data catalogs.ListDataCatalogsResponse.Builder dataCatalogsSummary(DataCatalogSummary... dataCatalogsSummary)
A summary list of data catalogs.
dataCatalogsSummary - A summary list of data catalogs.ListDataCatalogsResponse.Builder dataCatalogsSummary(Consumer<DataCatalogSummary.Builder>... dataCatalogsSummary)
A summary list of data catalogs.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #dataCatalogsSummary(List) .dataCatalogsSummary - a consumer that will call methods on List.Builder #dataCatalogsSummary(List) ListDataCatalogsResponse.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.Copyright © 2022. All rights reserved.