Interface ListCrawlsRequest.Builder

    • Method Detail

      • crawlerName

        ListCrawlsRequest.Builder crawlerName​(String crawlerName)

        The name of the crawler whose runs you want to retrieve.

        Parameters:
        crawlerName - The name of the crawler whose runs you want to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListCrawlsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return. The default is 20, and maximum is 100.

        Parameters:
        maxResults - The maximum number of results to return. The default is 20, and maximum is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        ListCrawlsRequest.Builder filters​(Collection<CrawlsFilter> filters)

        Filters the crawls by the criteria you specify in a list of CrawlsFilter objects.

        Parameters:
        filters - Filters the crawls by the criteria you specify in a list of CrawlsFilter objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        ListCrawlsRequest.Builder filters​(CrawlsFilter... filters)

        Filters the crawls by the criteria you specify in a list of CrawlsFilter objects.

        Parameters:
        filters - Filters the crawls by the criteria you specify in a list of CrawlsFilter objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCrawlsRequest.Builder nextToken​(String nextToken)

        A continuation token, if this is a continuation call.

        Parameters:
        nextToken - A continuation token, if this is a continuation call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.