Interface ListCrawlsResponse.Builder

  • Method Details

    • 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

      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

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

      This is a convenience method that creates an instance of the 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<CrawlerHistory>).

      Parameters:
      crawls - a consumer that will call methods on CrawlerHistory.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.