public static interface ListPullRequestsResponse.Builder extends CodeCommitResponse.Builder, CopyableBuilder<ListPullRequestsResponse.Builder,ListPullRequestsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPullRequestsResponse.Builder |
nextToken(String nextToken)
An enumeration token that when provided in a request, returns the next batch of the results.
|
ListPullRequestsResponse.Builder |
pullRequestIds(Collection<String> pullRequestIds)
The system-generated IDs of the pull requests.
|
ListPullRequestsResponse.Builder |
pullRequestIds(String... pullRequestIds)
The system-generated IDs of the pull requests.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListPullRequestsResponse.Builder pullRequestIds(Collection<String> pullRequestIds)
The system-generated IDs of the pull requests.
pullRequestIds - The system-generated IDs of the pull requests.ListPullRequestsResponse.Builder pullRequestIds(String... pullRequestIds)
The system-generated IDs of the pull requests.
pullRequestIds - The system-generated IDs of the pull requests.ListPullRequestsResponse.Builder nextToken(String nextToken)
An enumeration token that when provided in a request, returns the next batch of the results.
nextToken - An enumeration token that when provided in a request, returns the next batch of the results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.