Interface BatchGetRepositoriesError.Builder

  • Method Details

    • 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.
    • errorCode

      An error code that specifies the type of failure.

      Parameters:
      errorCode - An error code that specifies the type of failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorCode

      An error code that specifies the type of failure.

      Parameters:
      errorCode - An error code that specifies the type of failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.