Interface BatchGetRepositoriesError.Builder

    • Method Detail

      • repositoryId

        BatchGetRepositoriesError.Builder repositoryId​(String repositoryId)

        The ID of a repository that either could not be found or was not in a valid state.

        Parameters:
        repositoryId - The ID of a repository that either could not be found or was not in a valid state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repositoryName

        BatchGetRepositoriesError.Builder repositoryName​(String repositoryName)

        The name of a repository that either could not be found or was not in a valid state.

        Parameters:
        repositoryName - The name of a repository that either could not be found or was not in a valid state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        BatchGetRepositoriesError.Builder errorMessage​(String errorMessage)

        An error message that provides detail about why the repository either was not found or was not in a valid state.

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