static Table.Builder |
Table.builder() |
|
Table.Builder |
Table.Builder.catalogId(String catalogId) |
The ID of the Data Catalog in which the table resides.
|
Table.Builder |
Table.Builder.createdBy(String createdBy) |
The person or entity who created the table.
|
Table.Builder |
Table.Builder.createTime(Instant createTime) |
The time when the table definition was created in the Data Catalog.
|
Table.Builder |
Table.Builder.databaseName(String databaseName) |
The name of the database where the table metadata resides.
|
Table.Builder |
Table.Builder.description(String description) |
A description of the table.
|
default Table.Builder |
Table.Builder.federatedTable(Consumer<FederatedTable.Builder> federatedTable) |
A FederatedTable structure that references an entity outside the Glue Data Catalog.
|
Table.Builder |
Table.Builder.federatedTable(FederatedTable federatedTable) |
A FederatedTable structure that references an entity outside the Glue Data Catalog.
|
Table.Builder |
Table.Builder.isRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation) |
Indicates whether the table has been registered with Lake Formation.
|
Table.Builder |
Table.Builder.lastAccessTime(Instant lastAccessTime) |
The last time that the table was accessed.
|
Table.Builder |
Table.Builder.lastAnalyzedTime(Instant lastAnalyzedTime) |
The last time that column statistics were computed for this table.
|
Table.Builder |
Table.Builder.name(String name) |
The table name.
|
Table.Builder |
Table.Builder.owner(String owner) |
The owner of the table.
|
Table.Builder |
Table.Builder.parameters(Map<String,String> parameters) |
These key-value pairs define properties associated with the table.
|
Table.Builder |
Table.Builder.partitionKeys(Collection<Column> partitionKeys) |
A list of columns by which the table is partitioned.
|
Table.Builder |
Table.Builder.partitionKeys(Consumer<Column.Builder>... partitionKeys) |
A list of columns by which the table is partitioned.
|
Table.Builder |
Table.Builder.partitionKeys(Column... partitionKeys) |
A list of columns by which the table is partitioned.
|
Table.Builder |
Table.Builder.retention(Integer retention) |
The retention time for this table.
|
default Table.Builder |
Table.Builder.storageDescriptor(Consumer<StorageDescriptor.Builder> storageDescriptor) |
A storage descriptor containing information about the physical storage of this table.
|
Table.Builder |
Table.Builder.storageDescriptor(StorageDescriptor storageDescriptor) |
A storage descriptor containing information about the physical storage of this table.
|
Table.Builder |
Table.Builder.tableType(String tableType) |
The type of this table.
|
default Table.Builder |
Table.Builder.targetTable(Consumer<TableIdentifier.Builder> targetTable) |
A TableIdentifier structure that describes a target table for resource linking.
|
Table.Builder |
Table.Builder.targetTable(TableIdentifier targetTable) |
A TableIdentifier structure that describes a target table for resource linking.
|
Table.Builder |
Table.toBuilder() |
|
Table.Builder |
Table.Builder.updateTime(Instant updateTime) |
The last time that the table was updated.
|
Table.Builder |
Table.Builder.versionId(String versionId) |
The ID of the table version.
|
Table.Builder |
Table.Builder.viewExpandedText(String viewExpandedText) |
Included for Apache Hive compatibility.
|
Table.Builder |
Table.Builder.viewOriginalText(String viewOriginalText) |
Included for Apache Hive compatibility.
|