static BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.Builder |
BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.builder() |
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.Builder |
BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.Builder.disassociatedRepositoryNames(String... disassociatedRepositoryNames) |
A list of repository names that have had their association with the template removed.
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.Builder |
BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.Builder.disassociatedRepositoryNames(Collection<String> disassociatedRepositoryNames) |
A list of repository names that have had their association with the template removed.
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.Builder |
BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.Builder.errors(Collection<BatchDisassociateApprovalRuleTemplateFromRepositoriesError> errors) |
A list of any errors that might have occurred while attempting to remove the association between the template
and the repositories.
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.Builder |
BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.Builder.errors(Consumer<BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder>... errors) |
A list of any errors that might have occurred while attempting to remove the association between the template
and the repositories.
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.Builder |
BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.Builder.errors(BatchDisassociateApprovalRuleTemplateFromRepositoriesError... errors) |
A list of any errors that might have occurred while attempting to remove the association between the template
and the repositories.
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.Builder |
BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.toBuilder() |
|