Interface ListPullRequestsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CodeCommitResponse.Builder, CopyableBuilder<ListPullRequestsResponse.Builder,ListPullRequestsResponse>, SdkBuilder<ListPullRequestsResponse.Builder,ListPullRequestsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListPullRequestsResponse

public static interface ListPullRequestsResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<ListPullRequestsResponse.Builder,ListPullRequestsResponse>
  • 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.