Interface ListRepositoriesResponse.Builder

    • Method Detail

      • repositories

        ListRepositoriesResponse.Builder repositories​(Collection<RepositoryNameIdPair> repositories)

        Lists the repositories called by the list repositories operation.

        Parameters:
        repositories - Lists the repositories called by the list repositories operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repositories

        ListRepositoriesResponse.Builder repositories​(RepositoryNameIdPair... repositories)

        Lists the repositories called by the list repositories operation.

        Parameters:
        repositories - Lists the repositories called by the list repositories operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRepositoriesResponse.Builder nextToken​(String nextToken)

        An enumeration token that allows the operation to batch the results of the operation. Batch sizes are 1,000 for list repository operations. When the client sends the token back to CodeCommit, another page of 1,000 records is retrieved.

        Parameters:
        nextToken - An enumeration token that allows the operation to batch the results of the operation. Batch sizes are 1,000 for list repository operations. When the client sends the token back to CodeCommit, another page of 1,000 records is retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.