public static interface BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.Builder,BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.Builder |
disassociatedRepositoryNames(Collection<String> disassociatedRepositoryNames)
A list of repository names that have had their association with the template removed.
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.Builder |
disassociatedRepositoryNames(String... disassociatedRepositoryNames)
A list of repository names that have had their association with the template removed.
|
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 |
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 |
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.Builder disassociatedRepositoryNames(Collection<String> disassociatedRepositoryNames)
A list of repository names that have had their association with the template removed.
disassociatedRepositoryNames - A list of repository names that have had their association with the template removed.BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse.Builder disassociatedRepositoryNames(String... disassociatedRepositoryNames)
A list of repository names that have had their association with the template removed.
disassociatedRepositoryNames - A list of repository names that have had their association with the template removed.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.
errors - A list of any errors that might have occurred while attempting to remove the association between the
template and the repositories.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.
errors - A list of any errors that might have occurred while attempting to remove the association between the
template and the repositories.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.
This is a convenience method that creates an instance of theBatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder
avoiding the need to create one manually via
BatchDisassociateApprovalRuleTemplateFromRepositoriesError.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder#errors(java.util.Collection) Copyright © 2022. All rights reserved.