public static interface UpdatePullRequestStatusRequest.Builder extends CodeCommitRequest.Builder, CopyableBuilder<UpdatePullRequestStatusRequest.Builder,UpdatePullRequestStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePullRequestStatusRequest.Builder |
pullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
UpdatePullRequestStatusRequest.Builder |
pullRequestStatus(PullRequestStatusEnum pullRequestStatus)
The status of the pull request.
|
UpdatePullRequestStatusRequest.Builder |
pullRequestStatus(String pullRequestStatus)
The status of the pull request.
|
UpdatePullRequestStatusRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdatePullRequestStatusRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildUpdatePullRequestStatusRequest.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.UpdatePullRequestStatusRequest.Builder pullRequestStatus(String pullRequestStatus)
The status of the pull request. The only valid operations are to update the status from OPEN to
OPEN, OPEN to CLOSED or from from CLOSED to
CLOSED.
pullRequestStatus - The status of the pull request. The only valid operations are to update the status from
OPEN to OPEN, OPEN to CLOSED or from from
CLOSED to CLOSED.PullRequestStatusEnum,
PullRequestStatusEnumUpdatePullRequestStatusRequest.Builder pullRequestStatus(PullRequestStatusEnum pullRequestStatus)
The status of the pull request. The only valid operations are to update the status from OPEN to
OPEN, OPEN to CLOSED or from from CLOSED to
CLOSED.
pullRequestStatus - The status of the pull request. The only valid operations are to update the status from
OPEN to OPEN, OPEN to CLOSED or from from
CLOSED to CLOSED.PullRequestStatusEnum,
PullRequestStatusEnumUpdatePullRequestStatusRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdatePullRequestStatusRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.