public static interface UpdatePullRequestApprovalStateRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<UpdatePullRequestApprovalStateRequest.Builder,UpdatePullRequestApprovalStateRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePullRequestApprovalStateRequest.Builder |
approvalState(ApprovalState approvalState)
The approval state to associate with the user on the pull request.
|
UpdatePullRequestApprovalStateRequest.Builder |
approvalState(String approvalState)
The approval state to associate with the user on the pull request.
|
UpdatePullRequestApprovalStateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePullRequestApprovalStateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePullRequestApprovalStateRequest.Builder |
pullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
UpdatePullRequestApprovalStateRequest.Builder |
revisionId(String revisionId)
The system-generated ID of the revision.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePullRequestApprovalStateRequest.Builder pullRequestId(String pullRequestId)
The system-generated ID of the pull request.
pullRequestId - The system-generated ID of the pull request.UpdatePullRequestApprovalStateRequest.Builder revisionId(String revisionId)
The system-generated ID of the revision.
revisionId - The system-generated ID of the revision.UpdatePullRequestApprovalStateRequest.Builder approvalState(String approvalState)
The approval state to associate with the user on the pull request.
approvalState - The approval state to associate with the user on the pull request.ApprovalState,
ApprovalStateUpdatePullRequestApprovalStateRequest.Builder approvalState(ApprovalState approvalState)
The approval state to associate with the user on the pull request.
approvalState - The approval state to associate with the user on the pull request.ApprovalState,
ApprovalStateUpdatePullRequestApprovalStateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePullRequestApprovalStateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.