Interface ListRegistriesResponse.Builder

    • Method Detail

      • nextToken

        ListRegistriesResponse.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.
      • registries

        ListRegistriesResponse.Builder registries​(Collection<RegistrySummary> registries)

        An array of registry summaries.

        Parameters:
        registries - An array of registry summaries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • registries

        ListRegistriesResponse.Builder registries​(RegistrySummary... registries)

        An array of registry summaries.

        Parameters:
        registries - An array of registry summaries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.