public static interface BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder extends SdkPojo, CopyableBuilder<BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder,BatchDisassociateApprovalRuleTemplateFromRepositoriesError>
| Modifier and Type | Method and Description |
|---|---|
BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder |
errorCode(String errorCode)
An error code that specifies whether the repository name was not valid or not found.
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder |
errorMessage(String errorMessage)
An error message that provides details about why the repository name was either not found or not valid.
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder |
repositoryName(String repositoryName)
The name of the repository where the association with the template was not able to be removed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder repositoryName(String repositoryName)
The name of the repository where the association with the template was not able to be removed.
repositoryName - The name of the repository where the association with the template was not able to be removed.BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder errorCode(String errorCode)
An error code that specifies whether the repository name was not valid or not found.
errorCode - An error code that specifies whether the repository name was not valid or not found.BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder errorMessage(String errorMessage)
An error message that provides details about why the repository name was either not found or not valid.
errorMessage - An error message that provides details about why the repository name was either not found or not
valid.Copyright © 2021. All rights reserved.