Interface ListPullRequestsResponse.Builder

  • Method Details

    • 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

      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.