Interface ListScrapersResponse.Builder

  • Method Details

    • 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

      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

      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

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

      This is a convenience method that creates an instance of the ScraperSummary.Builder avoiding the need to create one manually via ScraperSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to scrapers(List<ScraperSummary>).

      Parameters:
      scrapers - a consumer that will call methods on ScraperSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: