| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
BasicCatalogTarget |
BasicCatalogTarget.clone() |
BasicCatalogTarget |
CodeGenConfigurationNode.getCatalogTarget()
Specifies a target that uses a Glue Data Catalog table.
|
BasicCatalogTarget |
BasicCatalogTarget.withDatabase(String database)
The database that contains the table you want to use as the target.
|
BasicCatalogTarget |
BasicCatalogTarget.withInputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
BasicCatalogTarget |
BasicCatalogTarget.withInputs(String... inputs)
The nodes that are inputs to the data target.
|
BasicCatalogTarget |
BasicCatalogTarget.withName(String name)
The name of your data target.
|
BasicCatalogTarget |
BasicCatalogTarget.withTable(String table)
The table that defines the schema of your output data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setCatalogTarget(BasicCatalogTarget catalogTarget)
Specifies a target that uses a Glue Data Catalog table.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withCatalogTarget(BasicCatalogTarget catalogTarget)
Specifies a target that uses a Glue Data Catalog table.
|
Copyright © 2023. All rights reserved.