public static interface DescribePullRequestEventsResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of thePullRequestEvent.Builder avoiding the need to create
one manually via PullRequestEvent.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #pullRequestEvents(List.
pullRequestEvents - a consumer that will call methods on
PullRequestEvent.Builder#pullRequestEvents(java.util.Collection) 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 © 2023. All rights reserved.