public static interface DescribePullRequestEventsResponse.Builder extends CodeCommitResponse.Builder, CopyableBuilder<DescribePullRequestEventsResponse.Builder,DescribePullRequestEventsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribePullRequestEventsResponse.Builder |
nextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
DescribePullRequestEventsResponse.Builder |
pullRequestEvents(Collection<PullRequestEvent> pullRequestEvents)
Information about the pull request events.
|
DescribePullRequestEventsResponse.Builder |
pullRequestEvents(PullRequestEvent... pullRequestEvents)
Information about the pull request events.
|
buildcopyapply, buildDescribePullRequestEventsResponse.Builder pullRequestEvents(Collection<PullRequestEvent> pullRequestEvents)
Information about the pull request events.
pullRequestEvents - Information about the pull request events.DescribePullRequestEventsResponse.Builder pullRequestEvents(PullRequestEvent... pullRequestEvents)
Information about the pull request events.
pullRequestEvents - Information about the pull request events.DescribePullRequestEventsResponse.Builder nextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
nextToken - An enumeration token that can be used in a request to return the next batch of the results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.