Interface DescribeRegistriesResponse.Builder

    • Method Detail

      • registries

        DescribeRegistriesResponse.Builder registries​(Collection<Registry> registries)

        An object that contains the details for a public registry.

        Parameters:
        registries - An object that contains the details for a public registry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • registries

        DescribeRegistriesResponse.Builder registries​(Registry... registries)

        An object that contains the details for a public registry.

        Parameters:
        registries - An object that contains the details for a public registry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeRegistriesResponse.Builder nextToken​(String nextToken)

        The nextToken value to include in a future DescribeRepositories request. If the results of a DescribeRepositories request exceed maxResults, you can use this value to retrieve the next page of results. If there are no more results, this value is null.

        Parameters:
        nextToken - The nextToken value to include in a future DescribeRepositories request. If the results of a DescribeRepositories request exceed maxResults, you can use this value to retrieve the next page of results. If there are no more results, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.