| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Table.Builder |
Table.Builder.isRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
Indicates whether the table has been registered with AWS 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(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.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 (
EXTERNAL_TABLE, VIRTUAL_VIEW, etc.). |
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.viewExpandedText(String viewExpandedText)
If the table is a view, the expanded text of the view; otherwise
null. |
Table.Builder |
Table.Builder.viewOriginalText(String viewOriginalText)
If the table is a view, the original text of the view; otherwise
null. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Table.Builder> |
Table.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TableVersion.Builder |
TableVersion.Builder.table(Consumer<Table.Builder> table)
The table in question.
|
default GetTableResponse.Builder |
GetTableResponse.Builder.table(Consumer<Table.Builder> table)
The
Table object that defines the specified table. |
Copyright © 2020. All rights reserved.