Class GetTableRequest

    • Method Detail

      • catalogId

        public final String catalogId()

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

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

        public final String databaseName()

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

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

        public final String name()

        The name of the table for which to retrieve the definition. For Hive compatibility, this name is entirely lowercase.

        Returns:
        The name of the table for which to retrieve the definition. For Hive compatibility, this name is entirely lowercase.
      • transactionId

        public final String transactionId()

        The transaction ID at which to read the table contents.

        Returns:
        The transaction ID at which to read the table contents.
      • queryAsOfTime

        public final Instant queryAsOfTime()

        The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.

        Returns:
        The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.
      • 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