static ListScrapersResponse.Builder |
ListScrapersResponse.builder() |
|
ListScrapersResponse.Builder |
ListScrapersResponse.Builder.nextToken(String nextToken) |
A token indicating that there are more results to retrieve.
|
ListScrapersResponse.Builder |
ListScrapersResponse.Builder.scrapers(Collection<ScraperSummary> scrapers) |
A list of ScraperSummary structures giving information about scrapers in the account that match
the filters provided.
|
ListScrapersResponse.Builder |
ListScrapersResponse.Builder.scrapers(Consumer<ScraperSummary.Builder>... scrapers) |
A list of ScraperSummary structures giving information about scrapers in the account that match
the filters provided.
|
ListScrapersResponse.Builder |
ListScrapersResponse.Builder.scrapers(ScraperSummary... scrapers) |
A list of ScraperSummary structures giving information about scrapers in the account that match
the filters provided.
|
ListScrapersResponse.Builder |
ListScrapersResponse.toBuilder() |
|