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(Consumer<PullRequestEvent.Builder>... pullRequestEvents)
Information about the pull request events.
|
DescribePullRequestEventsResponse.Builder |
pullRequestEvents(PullRequestEvent... pullRequestEvents)
Information about the pull request events.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 pullRequestEvents(Consumer<PullRequestEvent.Builder>... pullRequestEvents)
Information about the pull request events.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #pullRequestEvents(List) .pullRequestEvents - a consumer that will call methods on List.Builder #pullRequestEvents(List) 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.