Interface ListCrawlsResponse.Builder

    • Method Detail

      • crawls

        ListCrawlsResponse.Builder crawls​(Collection<CrawlerHistory> crawls)

        A list of CrawlerHistory objects representing the crawl runs that meet your criteria.

        Parameters:
        crawls - A list of CrawlerHistory objects representing the crawl runs that meet your criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • crawls

        ListCrawlsResponse.Builder crawls​(CrawlerHistory... crawls)

        A list of CrawlerHistory objects representing the crawl runs that meet your criteria.

        Parameters:
        crawls - A list of CrawlerHistory objects representing the crawl runs that meet your criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        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.

        Parameters:
        nextToken - A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
        Returns:
        Returns a reference to this object so that method calls can be chained together.