Interface TableVersion.Builder

    • Method Detail

      • table

        TableVersion.Builder table​(Table table)

        The table in question.

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

        TableVersion.Builder versionId​(String versionId)

        The ID value that identifies this table version. A VersionId is a string representation of an integer. Each version is incremented by 1.

        Parameters:
        versionId - The ID value that identifies this table version. 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.