public static interface ListCrawlsResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListCrawlsResponse.Builder,ListCrawlsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCrawlsResponse.Builder |
crawls(Collection<CrawlerHistory> crawls)
A list of
CrawlerHistory objects representing the crawl runs that meet your criteria. |
ListCrawlsResponse.Builder |
crawls(Consumer<CrawlerHistory.Builder>... crawls)
A list of
CrawlerHistory objects representing the crawl runs that meet your criteria. |
ListCrawlsResponse.Builder |
crawls(CrawlerHistory... crawls)
A list of
CrawlerHistory objects representing the crawl runs that meet your criteria. |
ListCrawlsResponse.Builder |
nextToken(String nextToken)
A continuation token for paginating the returned list of tokens, returned if the current segment of the list
is not the last.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCrawlsResponse.Builder crawls(Collection<CrawlerHistory> crawls)
A list of CrawlerHistory objects representing the crawl runs that meet your criteria.
crawls - A list of CrawlerHistory objects representing the crawl runs that meet your criteria.ListCrawlsResponse.Builder crawls(CrawlerHistory... crawls)
A list of CrawlerHistory objects representing the crawl runs that meet your criteria.
crawls - A list of CrawlerHistory objects representing the crawl runs that meet your criteria.ListCrawlsResponse.Builder crawls(Consumer<CrawlerHistory.Builder>... crawls)
A list of CrawlerHistory objects representing the crawl runs that meet your criteria.
CrawlerHistory.Builder avoiding the need to create one
manually via CrawlerHistory.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #crawls(List.
crawls - a consumer that will call methods on
CrawlerHistory.Builder#crawls(java.util.Collection) ListCrawlsResponse.Builder nextToken(String nextToken)
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
nextToken - A continuation token for paginating the returned list of tokens, returned if the current segment of
the list is not the last.Copyright © 2023. All rights reserved.