Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Table |
Table.addParametersEntry(String key,
String value)
Add a single Parameters entry
|
Table |
Table.clearParametersEntries()
Removes all the entries added into Parameters.
|
Table |
Table.clone() |
Table |
GetTableResult.getTable()
The
Table object that defines the specified table. |
Table |
TableVersion.getTable()
The table in question.
|
Table |
Table.withCatalogId(String catalogId)
The ID of the Data Catalog in which the table resides.
|
Table |
Table.withCreatedBy(String createdBy)
The person or entity who created the table.
|
Table |
Table.withCreateTime(Date createTime)
The time when the table definition was created in the Data Catalog.
|
Table |
Table.withDatabaseName(String databaseName)
The name of the database where the table metadata resides.
|
Table |
Table.withDescription(String description)
A description of the table.
|
Table |
Table.withIsRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
Indicates whether the table has been registered with AWS Lake Formation.
|
Table |
Table.withLastAccessTime(Date lastAccessTime)
The last time that the table was accessed.
|
Table |
Table.withLastAnalyzedTime(Date lastAnalyzedTime)
The last time that column statistics were computed for this table.
|
Table |
Table.withName(String name)
The table name.
|
Table |
Table.withOwner(String owner)
The owner of the table.
|
Table |
Table.withParameters(Map<String,String> parameters)
These key-value pairs define properties associated with the table.
|
Table |
Table.withPartitionKeys(Collection<Column> partitionKeys)
A list of columns by which the table is partitioned.
|
Table |
Table.withPartitionKeys(Column... partitionKeys)
A list of columns by which the table is partitioned.
|
Table |
Table.withRetention(Integer retention)
The retention time for this table.
|
Table |
Table.withStorageDescriptor(StorageDescriptor storageDescriptor)
A storage descriptor containing information about the physical storage of this table.
|
Table |
Table.withTableType(String tableType)
The type of this table (
EXTERNAL_TABLE , VIRTUAL_VIEW , etc.). |
Table |
Table.withTargetTable(TableIdentifier targetTable)
A
TableIdentifier structure that describes a target table for resource linking. |
Table |
Table.withUpdateTime(Date updateTime)
The last time that the table was updated.
|
Table |
Table.withViewExpandedText(String viewExpandedText)
If the table is a view, the expanded text of the view; otherwise
null . |
Table |
Table.withViewOriginalText(String viewOriginalText)
If the table is a view, the original text of the view; otherwise
null . |
Modifier and Type | Method and Description |
---|---|
List<Table> |
SearchTablesResult.getTableList()
A list of the requested
Table objects. |
List<Table> |
GetTablesResult.getTableList()
A list of the requested
Table objects. |
Modifier and Type | Method and Description |
---|---|
void |
GetTableResult.setTable(Table table)
The
Table object that defines the specified table. |
void |
TableVersion.setTable(Table table)
The table in question.
|
GetTableResult |
GetTableResult.withTable(Table table)
The
Table object that defines the specified table. |
TableVersion |
TableVersion.withTable(Table table)
The table in question.
|
SearchTablesResult |
SearchTablesResult.withTableList(Table... tableList)
A list of the requested
Table objects. |
GetTablesResult |
GetTablesResult.withTableList(Table... tableList)
A list of the requested
Table objects. |
Modifier and Type | Method and Description |
---|---|
void |
SearchTablesResult.setTableList(Collection<Table> tableList)
A list of the requested
Table objects. |
void |
GetTablesResult.setTableList(Collection<Table> tableList)
A list of the requested
Table objects. |
SearchTablesResult |
SearchTablesResult.withTableList(Collection<Table> tableList)
A list of the requested
Table objects. |
GetTablesResult |
GetTablesResult.withTableList(Collection<Table> tableList)
A list of the requested
Table objects. |
Copyright © 2021. All rights reserved.