Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
GlueTable |
GlueTable.clone() |
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 |
---|---|
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 © 2021. All rights reserved.