Interface ListDiscoverersResponse.Builder

    • Method Detail

      • discoverers

        ListDiscoverersResponse.Builder discoverers​(Collection<DiscovererSummary> discoverers)

        An array of DiscovererSummary information.

        Parameters:
        discoverers - An array of DiscovererSummary information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • discoverers

        ListDiscoverersResponse.Builder discoverers​(DiscovererSummary... discoverers)

        An array of DiscovererSummary information.

        Parameters:
        discoverers - An array of DiscovererSummary information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDiscoverersResponse.Builder nextToken​(String nextToken)

        The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

        Parameters:
        nextToken - The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.