Interface BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder

    • Method Detail

      • repositoryName

        BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder repositoryName​(String repositoryName)

        The name of the repository where the association with the template was not able to be removed.

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

        BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder errorCode​(String 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

        BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder errorMessage​(String errorMessage)

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

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