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 that creates an instance of the.Builder avoiding the need to create one
manually via List#builder() .
When the Consumer completes, .Builder#build() is called immediately and its
result is passed to #errors(List) .errors - a consumer that will call methods on .Builder #errors(List) Copyright © 2020. All rights reserved.