| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.Builder |
BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.builder() |
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.disassociatedRepositoryNames(String... disassociatedRepositoryNames)
A list of repository names that have had their association with the template removed.
|
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.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.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.Builder> |
BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.