| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
BatchAssociateApprovalRuleTemplateWithRepositoriesResponse.Builder |
BatchAssociateApprovalRuleTemplateWithRepositoriesResponse.Builder.associatedRepositoryNames(Collection<String> associatedRepositoryNames)
A list of names of the repositories that have been associated with the template.
|
BatchAssociateApprovalRuleTemplateWithRepositoriesResponse.Builder |
BatchAssociateApprovalRuleTemplateWithRepositoriesResponse.Builder.associatedRepositoryNames(String... associatedRepositoryNames)
A list of names of the repositories that have been associated with the template.
|
static BatchAssociateApprovalRuleTemplateWithRepositoriesResponse.Builder |
BatchAssociateApprovalRuleTemplateWithRepositoriesResponse.builder() |
BatchAssociateApprovalRuleTemplateWithRepositoriesResponse.Builder |
BatchAssociateApprovalRuleTemplateWithRepositoriesResponse.Builder.errors(BatchAssociateApprovalRuleTemplateWithRepositoriesError... errors)
A list of any errors that might have occurred while attempting to create the association between the template
and the repositories.
|
BatchAssociateApprovalRuleTemplateWithRepositoriesResponse.Builder |
BatchAssociateApprovalRuleTemplateWithRepositoriesResponse.Builder.errors(Collection<BatchAssociateApprovalRuleTemplateWithRepositoriesError> errors)
A list of any errors that might have occurred while attempting to create the association between the template
and the repositories.
|
BatchAssociateApprovalRuleTemplateWithRepositoriesResponse.Builder |
BatchAssociateApprovalRuleTemplateWithRepositoriesResponse.Builder.errors(Consumer<BatchAssociateApprovalRuleTemplateWithRepositoriesError.Builder>... errors)
A list of any errors that might have occurred while attempting to create the association between the template
and the repositories.
|
BatchAssociateApprovalRuleTemplateWithRepositoriesResponse.Builder |
BatchAssociateApprovalRuleTemplateWithRepositoriesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchAssociateApprovalRuleTemplateWithRepositoriesResponse.Builder> |
BatchAssociateApprovalRuleTemplateWithRepositoriesResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.