Class DeleteTableVersionRequest

    • Method Detail

      • catalogId

        public final String catalogId()

        The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.

        Returns:
        The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.
      • databaseName

        public final String databaseName()

        The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.

        Returns:
        The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
      • tableName

        public final String tableName()

        The name of the table. For Hive compatibility, this name is entirely lowercase.

        Returns:
        The name of the table. For Hive compatibility, this name is entirely lowercase.
      • versionId

        public final String versionId()

        The ID of the table version to be deleted. A VersionID is a string representation of an integer. Each version is incremented by 1.

        Returns:
        The ID of the table version to be deleted. A VersionID is a string representation of an integer. Each version is incremented by 1.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object