public static interface DescribePullRequestEventsRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<DescribePullRequestEventsRequest.Builder,DescribePullRequestEventsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePullRequestEventsRequest.Builder pullRequestId(String pullRequestId)
The system-generated ID of the pull request. To get this ID, use ListPullRequests.
pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.DescribePullRequestEventsRequest.Builder pullRequestEventType(String pullRequestEventType)
Optional. The pull request event type about which you want to return information.
pullRequestEventType - Optional. The pull request event type about which you want to return information.PullRequestEventType,
PullRequestEventTypeDescribePullRequestEventsRequest.Builder pullRequestEventType(PullRequestEventType pullRequestEventType)
Optional. The pull request event type about which you want to return information.
pullRequestEventType - Optional. The pull request event type about which you want to return information.PullRequestEventType,
PullRequestEventTypeDescribePullRequestEventsRequest.Builder actorArn(String actorArn)
The Amazon Resource Name (ARN) of the user whose actions resulted in the event. Examples include updating the pull request with more commits or changing the status of a pull request.
actorArn - The Amazon Resource Name (ARN) of the user whose actions resulted in the event. Examples include
updating the pull request with more commits or changing the status of a pull request.DescribePullRequestEventsRequest.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.DescribePullRequestEventsRequest.Builder maxResults(Integer maxResults)
A non-zero, non-negative integer used to limit the number of returned results. The default is 100 events, which is also the maximum number of events that can be returned in a result.
maxResults - A non-zero, non-negative integer used to limit the number of returned results. The default is 100
events, which is also the maximum number of events that can be returned in a result.DescribePullRequestEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribePullRequestEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.