Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
TableInput |
TableInput.addParametersEntry(String key,
String value)
Add a single Parameters entry
|
TableInput |
TableInput.clearParametersEntries()
Removes all the entries added into Parameters.
|
TableInput |
TableInput.clone() |
TableInput |
CreateTableRequest.getTableInput()
The
TableInput object that defines the metadata table to create in the catalog. |
TableInput |
UpdateTableRequest.getTableInput()
An updated
TableInput object to define the metadata table in the catalog. |
TableInput |
TableInput.withDescription(String description)
A description of the table.
|
TableInput |
TableInput.withLastAccessTime(Date lastAccessTime)
The last time that the table was accessed.
|
TableInput |
TableInput.withLastAnalyzedTime(Date lastAnalyzedTime)
The last time that column statistics were computed for this table.
|
TableInput |
TableInput.withName(String name)
The table name.
|
TableInput |
TableInput.withOwner(String owner)
The table owner.
|
TableInput |
TableInput.withParameters(Map<String,String> parameters)
These key-value pairs define properties associated with the table.
|
TableInput |
TableInput.withPartitionKeys(Collection<Column> partitionKeys)
A list of columns by which the table is partitioned.
|
TableInput |
TableInput.withPartitionKeys(Column... partitionKeys)
A list of columns by which the table is partitioned.
|
TableInput |
TableInput.withRetention(Integer retention)
The retention time for this table.
|
TableInput |
TableInput.withStorageDescriptor(StorageDescriptor storageDescriptor)
A storage descriptor containing information about the physical storage of this table.
|
TableInput |
TableInput.withTableType(String tableType)
The type of this table (
EXTERNAL_TABLE , VIRTUAL_VIEW , etc.). |
TableInput |
TableInput.withTargetTable(TableIdentifier targetTable)
A
TableIdentifier structure that describes a target table for resource linking. |
TableInput |
TableInput.withViewExpandedText(String viewExpandedText)
If the table is a view, the expanded text of the view; otherwise
null . |
TableInput |
TableInput.withViewOriginalText(String viewOriginalText)
If the table is a view, the original text of the view; otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
CreateTableRequest.setTableInput(TableInput tableInput)
The
TableInput object that defines the metadata table to create in the catalog. |
void |
UpdateTableRequest.setTableInput(TableInput tableInput)
An updated
TableInput object to define the metadata table in the catalog. |
CreateTableRequest |
CreateTableRequest.withTableInput(TableInput tableInput)
The
TableInput object that defines the metadata table to create in the catalog. |
UpdateTableRequest |
UpdateTableRequest.withTableInput(TableInput tableInput)
An updated
TableInput object to define the metadata table in the catalog. |
Copyright © 2022. All rights reserved.