Interface DescribePullRequestEventsResponse.Builder

    • Method Detail

      • pullRequestEvents

        DescribePullRequestEventsResponse.Builder pullRequestEvents​(Collection<PullRequestEvent> pullRequestEvents)

        Information about the pull request events.

        Parameters:
        pullRequestEvents - Information about the pull request events.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pullRequestEvents

        DescribePullRequestEventsResponse.Builder pullRequestEvents​(PullRequestEvent... pullRequestEvents)

        Information about the pull request events.

        Parameters:
        pullRequestEvents - Information about the pull request events.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribePullRequestEventsResponse.Builder nextToken​(String nextToken)

        An enumeration token that can be used in a request to return the next batch of the results.

        Parameters:
        nextToken - An enumeration token that can be used in a request to return the next batch of the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.