public static interface UpdatePullRequestStatusRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<UpdatePullRequestStatusRequest.Builder,UpdatePullRequestStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePullRequestStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePullRequestStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 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
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 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
CLOSED to CLOSED.PullRequestStatusEnum,
PullRequestStatusEnumUpdatePullRequestStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePullRequestStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.