public static interface BatchAssociateApprovalRuleTemplateWithRepositoriesRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<BatchAssociateApprovalRuleTemplateWithRepositoriesRequest.Builder,BatchAssociateApprovalRuleTemplateWithRepositoriesRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchAssociateApprovalRuleTemplateWithRepositoriesRequest.Builder |
approvalRuleTemplateName(String approvalRuleTemplateName)
The name of the template you want to associate with one or more repositories.
|
BatchAssociateApprovalRuleTemplateWithRepositoriesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchAssociateApprovalRuleTemplateWithRepositoriesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchAssociateApprovalRuleTemplateWithRepositoriesRequest.Builder |
repositoryNames(Collection<String> repositoryNames)
The names of the repositories you want to associate with the template.
|
BatchAssociateApprovalRuleTemplateWithRepositoriesRequest.Builder |
repositoryNames(String... repositoryNames)
The names of the repositories you want to associate with the template.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchAssociateApprovalRuleTemplateWithRepositoriesRequest.Builder approvalRuleTemplateName(String approvalRuleTemplateName)
The name of the template you want to associate with one or more repositories.
approvalRuleTemplateName - The name of the template you want to associate with one or more repositories.BatchAssociateApprovalRuleTemplateWithRepositoriesRequest.Builder repositoryNames(Collection<String> repositoryNames)
The names of the repositories you want to associate with the template.
The length constraint limit is for each string in the array. The array itself can be empty.
repositoryNames - The names of the repositories you want to associate with the template. The length constraint limit is for each string in the array. The array itself can be empty.
BatchAssociateApprovalRuleTemplateWithRepositoriesRequest.Builder repositoryNames(String... repositoryNames)
The names of the repositories you want to associate with the template.
The length constraint limit is for each string in the array. The array itself can be empty.
repositoryNames - The names of the repositories you want to associate with the template. The length constraint limit is for each string in the array. The array itself can be empty.
BatchAssociateApprovalRuleTemplateWithRepositoriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchAssociateApprovalRuleTemplateWithRepositoriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.