Interface ListRepositoryAssociationsResponse.Builder

    • Method Detail

      • repositoryAssociationSummaries

        ListRepositoryAssociationsResponse.Builder repositoryAssociationSummaries​(Collection<RepositoryAssociationSummary> repositoryAssociationSummaries)

        A list of repository associations that meet the criteria of the request.

        Parameters:
        repositoryAssociationSummaries - A list of repository associations that meet the criteria of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repositoryAssociationSummaries

        ListRepositoryAssociationsResponse.Builder repositoryAssociationSummaries​(RepositoryAssociationSummary... repositoryAssociationSummaries)

        A list of repository associations that meet the criteria of the request.

        Parameters:
        repositoryAssociationSummaries - A list of repository associations that meet the criteria of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRepositoryAssociationsResponse.Builder nextToken​(String nextToken)

        The nextToken value to include in a future ListRecommendations request. When the results of a ListRecommendations request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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