public static interface UpdateApprovalRuleTemplateContentRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<UpdateApprovalRuleTemplateContentRequest.Builder,UpdateApprovalRuleTemplateContentRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateApprovalRuleTemplateContentRequest.Builder |
approvalRuleTemplateName(String approvalRuleTemplateName)
The name of the approval rule template where you want to update the content of the rule.
|
UpdateApprovalRuleTemplateContentRequest.Builder |
existingRuleContentSha256(String existingRuleContentSha256)
The SHA-256 hash signature for the content of the approval rule.
|
UpdateApprovalRuleTemplateContentRequest.Builder |
newRuleContent(String newRuleContent)
The content that replaces the existing content of the rule.
|
UpdateApprovalRuleTemplateContentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateApprovalRuleTemplateContentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateApprovalRuleTemplateContentRequest.Builder approvalRuleTemplateName(String approvalRuleTemplateName)
The name of the approval rule template where you want to update the content of the rule.
approvalRuleTemplateName - The name of the approval rule template where you want to update the content of the rule.UpdateApprovalRuleTemplateContentRequest.Builder newRuleContent(String newRuleContent)
The content that replaces the existing content of the rule. Content statements must be complete. You cannot provide only the changes.
newRuleContent - The content that replaces the existing content of the rule. Content statements must be complete. You
cannot provide only the changes.UpdateApprovalRuleTemplateContentRequest.Builder existingRuleContentSha256(String existingRuleContentSha256)
The SHA-256 hash signature for the content of the approval rule. You can retrieve this information by using GetPullRequest.
existingRuleContentSha256 - The SHA-256 hash signature for the content of the approval rule. You can retrieve this information by
using GetPullRequest.UpdateApprovalRuleTemplateContentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateApprovalRuleTemplateContentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.