Interface BatchAssociateApprovalRuleTemplateWithRepositoriesError.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BatchAssociateApprovalRuleTemplateWithRepositoriesError.Builder,BatchAssociateApprovalRuleTemplateWithRepositoriesError>, SdkBuilder<BatchAssociateApprovalRuleTemplateWithRepositoriesError.Builder,BatchAssociateApprovalRuleTemplateWithRepositoriesError>, SdkPojo
Enclosing class:
BatchAssociateApprovalRuleTemplateWithRepositoriesError

public static interface BatchAssociateApprovalRuleTemplateWithRepositoriesError.Builder extends SdkPojo, CopyableBuilder<BatchAssociateApprovalRuleTemplateWithRepositoriesError.Builder,BatchAssociateApprovalRuleTemplateWithRepositoriesError>
  • Method Details

    • repositoryName

      The name of the repository where the association was not made.

      Parameters:
      repositoryName - The name of the repository where the association was not made.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorCode

      An error code that specifies whether the repository name was not valid or not found.

      Parameters:
      errorCode - An error code that specifies whether the repository name was not valid or not found.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      An error message that provides details about why the repository name was not found or not valid.

      Parameters:
      errorMessage - An error message that provides details about why the repository name was not found or not valid.
      Returns:
      Returns a reference to this object so that method calls can be chained together.