Interface ListPullRequestsResponse.Builder

    • Method Detail

      • pullRequestIds

        ListPullRequestsResponse.Builder pullRequestIds​(Collection<String> pullRequestIds)

        The system-generated IDs of the pull requests.

        Parameters:
        pullRequestIds - The system-generated IDs of the pull requests.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pullRequestIds

        ListPullRequestsResponse.Builder pullRequestIds​(String... pullRequestIds)

        The system-generated IDs of the pull requests.

        Parameters:
        pullRequestIds - The system-generated IDs of the pull requests.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPullRequestsResponse.Builder nextToken​(String nextToken)

        An enumeration token that allows the operation to batch the next results of the operation.

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