public static interface DescribePullRequestEventsRequest.Builder extends CodeCommitRequest.Builder, CopyableBuilder<DescribePullRequestEventsRequest.Builder,DescribePullRequestEventsRequest>
Modifier and Type | Method and Description |
---|---|
DescribePullRequestEventsRequest.Builder |
actorArn(String actorArn)
The Amazon Resource Name (ARN) of the user whose actions resulted in the event.
|
DescribePullRequestEventsRequest.Builder |
maxResults(Integer maxResults)
A non-negative integer used to limit the number of returned results.
|
DescribePullRequestEventsRequest.Builder |
nextToken(String nextToken)
An enumeration token that when provided in a request, returns the next batch of the results.
|
DescribePullRequestEventsRequest.Builder |
pullRequestEventType(PullRequestEventType pullRequestEventType)
Optional.
|
DescribePullRequestEventsRequest.Builder |
pullRequestEventType(String pullRequestEventType)
Optional.
|
DescribePullRequestEventsRequest.Builder |
pullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
DescribePullRequestEventsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribePullRequestEventsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
DescribePullRequestEventsRequest.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
,
PullRequestEventType
DescribePullRequestEventsRequest.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
,
PullRequestEventType
DescribePullRequestEventsRequest.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 additional 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 additional 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-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-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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DescribePullRequestEventsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.