Interface ListScrapersResponse.Builder

    • Method Detail

      • nextToken

        ListScrapersResponse.Builder nextToken​(String nextToken)

        A token indicating that there are more results to retrieve. You can use this token as part of your next ListScrapers operation to retrieve those results.

        Parameters:
        nextToken - A token indicating that there are more results to retrieve. You can use this token as part of your next ListScrapers operation to retrieve those results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scrapers

        ListScrapersResponse.Builder scrapers​(Collection<ScraperSummary> scrapers)

        A list of ScraperSummary structures giving information about scrapers in the account that match the filters provided.

        Parameters:
        scrapers - A list of ScraperSummary structures giving information about scrapers in the account that match the filters provided.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scrapers

        ListScrapersResponse.Builder scrapers​(ScraperSummary... scrapers)

        A list of ScraperSummary structures giving information about scrapers in the account that match the filters provided.

        Parameters:
        scrapers - A list of ScraperSummary structures giving information about scrapers in the account that match the filters provided.
        Returns:
        Returns a reference to this object so that method calls can be chained together.