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 theDataCatalogSummary.Builder avoiding the need to create
one manually via DataCatalogSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #dataCatalogsSummary(List.
dataCatalogsSummary - a consumer that will call methods on
DataCatalogSummary.Builder#dataCatalogsSummary(java.util.Collection) 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 © 2023. All rights reserved.