static ListCrawlsResponse.Builder |
ListCrawlsResponse.builder() |
|
ListCrawlsResponse.Builder |
ListCrawlsResponse.Builder.crawls(Collection<CrawlerHistory> crawls) |
A list of CrawlerHistory objects representing the crawl runs that meet your criteria.
|
ListCrawlsResponse.Builder |
ListCrawlsResponse.Builder.crawls(Consumer<CrawlerHistory.Builder>... crawls) |
A list of CrawlerHistory objects representing the crawl runs that meet your criteria.
|
ListCrawlsResponse.Builder |
ListCrawlsResponse.Builder.crawls(CrawlerHistory... crawls) |
A list of CrawlerHistory objects representing the crawl runs that meet your criteria.
|
ListCrawlsResponse.Builder |
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.
|
ListCrawlsResponse.Builder |
ListCrawlsResponse.toBuilder() |
|