| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdatePullRequestApprovalRuleContentResponse |
CodeCommitClient.updatePullRequestApprovalRuleContent(Consumer<UpdatePullRequestApprovalRuleContentRequest.Builder> updatePullRequestApprovalRuleContentRequest)
Updates the structure of an approval rule created specifically for a pull request.
|
default CompletableFuture<UpdatePullRequestApprovalRuleContentResponse> |
CodeCommitAsyncClient.updatePullRequestApprovalRuleContent(Consumer<UpdatePullRequestApprovalRuleContentRequest.Builder> updatePullRequestApprovalRuleContentRequest)
Updates the structure of an approval rule created specifically for a pull request.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePullRequestApprovalRuleContentRequest.Builder |
UpdatePullRequestApprovalRuleContentRequest.Builder.approvalRuleName(String approvalRuleName)
The name of the approval rule you want to update.
|
static UpdatePullRequestApprovalRuleContentRequest.Builder |
UpdatePullRequestApprovalRuleContentRequest.builder() |
UpdatePullRequestApprovalRuleContentRequest.Builder |
UpdatePullRequestApprovalRuleContentRequest.Builder.existingRuleContentSha256(String existingRuleContentSha256)
The SHA-256 hash signature for the content of the approval rule.
|
UpdatePullRequestApprovalRuleContentRequest.Builder |
UpdatePullRequestApprovalRuleContentRequest.Builder.newRuleContent(String newRuleContent)
The updated content for the approval rule.
|
UpdatePullRequestApprovalRuleContentRequest.Builder |
UpdatePullRequestApprovalRuleContentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePullRequestApprovalRuleContentRequest.Builder |
UpdatePullRequestApprovalRuleContentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePullRequestApprovalRuleContentRequest.Builder |
UpdatePullRequestApprovalRuleContentRequest.Builder.pullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
UpdatePullRequestApprovalRuleContentRequest.Builder |
UpdatePullRequestApprovalRuleContentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdatePullRequestApprovalRuleContentRequest.Builder> |
UpdatePullRequestApprovalRuleContentRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.