Interface ListRepositoriesResponse.Builder

    • Method Detail

      • nextToken

        ListRepositoriesResponse.Builder nextToken​(String nextToken)

        A token that indicates the location of the next repository in the array of repositories, after the current requested list of repositories.

        Parameters:
        nextToken - A token that indicates the location of the next repository in the array of repositories, after the current requested list of repositories.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repositories

        ListRepositoriesResponse.Builder repositories​(RepositorySummary... repositories)

        An array of repository links.

        Parameters:
        repositories - An array of repository links.
        Returns:
        Returns a reference to this object so that method calls can be chained together.