Interface CreateScraperResponse.Builder

    • Method Detail

      • arn

        CreateScraperResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the new scraper.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the new scraper.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scraperId

        CreateScraperResponse.Builder scraperId​(String scraperId)

        The ID of the new scraper.

        Parameters:
        scraperId - The ID of the new scraper.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        CreateScraperResponse.Builder status​(ScraperStatus status)

        A structure that displays the current status of the scraper.

        Parameters:
        status - A structure that displays the current status of the scraper.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateScraperResponse.Builder tags​(Map<String,​String> tags)

        The list of tag keys and values that are associated with the scraper.

        Parameters:
        tags - The list of tag keys and values that are associated with the scraper.
        Returns:
        Returns a reference to this object so that method calls can be chained together.