Interface ListCrawlersResponse.Builder

    • Method Detail

      • crawlerNames

        ListCrawlersResponse.Builder crawlerNames​(Collection<String> crawlerNames)

        The names of all crawlers in the account, or the crawlers with the specified tags.

        Parameters:
        crawlerNames - The names of all crawlers in the account, or the crawlers with the specified tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • crawlerNames

        ListCrawlersResponse.Builder crawlerNames​(String... crawlerNames)

        The names of all crawlers in the account, or the crawlers with the specified tags.

        Parameters:
        crawlerNames - The names of all crawlers in the account, or the crawlers with the specified tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCrawlersResponse.Builder nextToken​(String nextToken)

        A continuation token, if the returned list does not contain the last metric available.

        Parameters:
        nextToken - A continuation token, if the returned list does not contain the last metric available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.