| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
GlueTable |
GlueTable.addAdditionalOptionsEntry(String key,
String value)
Add a single AdditionalOptions entry
|
GlueTable |
GlueTable.clearAdditionalOptionsEntries()
Removes all the entries added into AdditionalOptions.
|
GlueTable |
GlueTable.clone() |
GlueTable |
DataSource.getGlueTable()
An Glue table.
|
GlueTable |
GlueTable.withAdditionalOptions(Map<String,String> additionalOptions)
Additional options for the table.
|
GlueTable |
GlueTable.withCatalogId(String catalogId)
A unique identifier for the Glue Data Catalog.
|
GlueTable |
GlueTable.withConnectionName(String connectionName)
The name of the connection to the Glue Data Catalog.
|
GlueTable |
GlueTable.withDatabaseName(String databaseName)
A database name in the Glue Data Catalog.
|
GlueTable |
GlueTable.withTableName(String tableName)
A table name in the Glue Data Catalog.
|
| Modifier and Type | Method and Description |
|---|---|
List<GlueTable> |
GetMLTransformResult.getInputRecordTables()
A list of Glue table definitions used by the transform.
|
List<GlueTable> |
CreateMLTransformRequest.getInputRecordTables()
A list of Glue table definitions used by the transform.
|
List<GlueTable> |
MLTransform.getInputRecordTables()
A list of Glue table definitions used by the transform.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSource.setGlueTable(GlueTable glueTable)
An Glue table.
|
DataSource |
DataSource.withGlueTable(GlueTable glueTable)
An Glue table.
|
GetMLTransformResult |
GetMLTransformResult.withInputRecordTables(GlueTable... inputRecordTables)
A list of Glue table definitions used by the transform.
|
CreateMLTransformRequest |
CreateMLTransformRequest.withInputRecordTables(GlueTable... inputRecordTables)
A list of Glue table definitions used by the transform.
|
MLTransform |
MLTransform.withInputRecordTables(GlueTable... inputRecordTables)
A list of Glue table definitions used by the transform.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetMLTransformResult.setInputRecordTables(Collection<GlueTable> inputRecordTables)
A list of Glue table definitions used by the transform.
|
void |
CreateMLTransformRequest.setInputRecordTables(Collection<GlueTable> inputRecordTables)
A list of Glue table definitions used by the transform.
|
void |
MLTransform.setInputRecordTables(Collection<GlueTable> inputRecordTables)
A list of Glue table definitions used by the transform.
|
GetMLTransformResult |
GetMLTransformResult.withInputRecordTables(Collection<GlueTable> inputRecordTables)
A list of Glue table definitions used by the transform.
|
CreateMLTransformRequest |
CreateMLTransformRequest.withInputRecordTables(Collection<GlueTable> inputRecordTables)
A list of Glue table definitions used by the transform.
|
MLTransform |
MLTransform.withInputRecordTables(Collection<GlueTable> inputRecordTables)
A list of Glue table definitions used by the transform.
|
Copyright © 2023. All rights reserved.