public static interface BatchAssociateApprovalRuleTemplateWithRepositoriesError.Builder extends SdkPojo, CopyableBuilder<BatchAssociateApprovalRuleTemplateWithRepositoriesError.Builder,BatchAssociateApprovalRuleTemplateWithRepositoriesError>
| Modifier and Type | Method and Description |
|---|---|
BatchAssociateApprovalRuleTemplateWithRepositoriesError.Builder |
errorCode(String errorCode)
An error code that specifies whether the repository name was not valid or not found.
|
BatchAssociateApprovalRuleTemplateWithRepositoriesError.Builder |
errorMessage(String errorMessage)
An error message that provides details about why the repository name was not found or not valid.
|
BatchAssociateApprovalRuleTemplateWithRepositoriesError.Builder |
repositoryName(String repositoryName)
The name of the repository where the association was not made.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchAssociateApprovalRuleTemplateWithRepositoriesError.Builder repositoryName(String repositoryName)
The name of the repository where the association was not made.
repositoryName - The name of the repository where the association was not made.BatchAssociateApprovalRuleTemplateWithRepositoriesError.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.BatchAssociateApprovalRuleTemplateWithRepositoriesError.Builder errorMessage(String errorMessage)
An error message that provides details about why the repository name was not found or not valid.
errorMessage - An error message that provides details about why the repository name was not found or not valid.Copyright © 2021. All rights reserved.