Interface TableVersionError.Builder

    • Method Detail

      • tableName

        TableVersionError.Builder tableName​(String tableName)

        The name of the table in question.

        Parameters:
        tableName - The name of the table in question.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionId

        TableVersionError.Builder versionId​(String versionId)

        The ID value of the version in question. A VersionID is a string representation of an integer. Each version is incremented by 1.

        Parameters:
        versionId - The ID value of the version in question. A VersionID is a string representation of an integer. Each version is incremented by 1.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorDetail

        TableVersionError.Builder errorDetail​(ErrorDetail errorDetail)

        The details about the error.

        Parameters:
        errorDetail - The details about the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.