public static interface BatchDisassociateApprovalRuleTemplateFromRepositoriesRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<BatchDisassociateApprovalRuleTemplateFromRepositoriesRequest.Builder,BatchDisassociateApprovalRuleTemplateFromRepositoriesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDisassociateApprovalRuleTemplateFromRepositoriesRequest.Builder approvalRuleTemplateName(String approvalRuleTemplateName)
The name of the template that you want to disassociate from one or more repositories.
approvalRuleTemplateName - The name of the template that you want to disassociate from one or more repositories.BatchDisassociateApprovalRuleTemplateFromRepositoriesRequest.Builder repositoryNames(Collection<String> repositoryNames)
The repository names that you want to disassociate from the approval rule template.
The length constraint limit is for each string in the array. The array itself can be empty.
repositoryNames - The repository names that you want to disassociate from the approval rule template. The length constraint limit is for each string in the array. The array itself can be empty.
BatchDisassociateApprovalRuleTemplateFromRepositoriesRequest.Builder repositoryNames(String... repositoryNames)
The repository names that you want to disassociate from the approval rule template.
The length constraint limit is for each string in the array. The array itself can be empty.
repositoryNames - The repository names that you want to disassociate from the approval rule template. The length constraint limit is for each string in the array. The array itself can be empty.
BatchDisassociateApprovalRuleTemplateFromRepositoriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchDisassociateApprovalRuleTemplateFromRepositoriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.