Uses of Interface
software.amazon.awssdk.services.codecommit.model.UpdatePullRequestApprovalRuleContentRequest.Builder
-
Packages that use UpdatePullRequestApprovalRuleContentRequest.Builder Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.model -
-
Uses of UpdatePullRequestApprovalRuleContentRequest.Builder in software.amazon.awssdk.services.codecommit
Method parameters in software.amazon.awssdk.services.codecommit with type arguments of type UpdatePullRequestApprovalRuleContentRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdatePullRequestApprovalRuleContentResponse>CodeCommitAsyncClient. updatePullRequestApprovalRuleContent(Consumer<UpdatePullRequestApprovalRuleContentRequest.Builder> updatePullRequestApprovalRuleContentRequest)Updates the structure of an approval rule created specifically for a pull request.default UpdatePullRequestApprovalRuleContentResponseCodeCommitClient. updatePullRequestApprovalRuleContent(Consumer<UpdatePullRequestApprovalRuleContentRequest.Builder> updatePullRequestApprovalRuleContentRequest)Updates the structure of an approval rule created specifically for a pull request. -
Uses of UpdatePullRequestApprovalRuleContentRequest.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return UpdatePullRequestApprovalRuleContentRequest.Builder Modifier and Type Method Description UpdatePullRequestApprovalRuleContentRequest.BuilderUpdatePullRequestApprovalRuleContentRequest.Builder. approvalRuleName(String approvalRuleName)The name of the approval rule you want to update.static UpdatePullRequestApprovalRuleContentRequest.BuilderUpdatePullRequestApprovalRuleContentRequest. builder()UpdatePullRequestApprovalRuleContentRequest.BuilderUpdatePullRequestApprovalRuleContentRequest.Builder. existingRuleContentSha256(String existingRuleContentSha256)The SHA-256 hash signature for the content of the approval rule.UpdatePullRequestApprovalRuleContentRequest.BuilderUpdatePullRequestApprovalRuleContentRequest.Builder. newRuleContent(String newRuleContent)The updated content for the approval rule.UpdatePullRequestApprovalRuleContentRequest.BuilderUpdatePullRequestApprovalRuleContentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePullRequestApprovalRuleContentRequest.BuilderUpdatePullRequestApprovalRuleContentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdatePullRequestApprovalRuleContentRequest.BuilderUpdatePullRequestApprovalRuleContentRequest.Builder. pullRequestId(String pullRequestId)The system-generated ID of the pull request.UpdatePullRequestApprovalRuleContentRequest.BuilderUpdatePullRequestApprovalRuleContentRequest. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type UpdatePullRequestApprovalRuleContentRequest.Builder Modifier and Type Method Description static Class<? extends UpdatePullRequestApprovalRuleContentRequest.Builder>UpdatePullRequestApprovalRuleContentRequest. serializableBuilderClass()
-