Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
GovernedCatalogTarget |
GovernedCatalogTarget.clone() |
GovernedCatalogTarget |
CodeGenConfigurationNode.getGovernedCatalogTarget()
Specifies a data target that writes to a goverened catalog.
|
GovernedCatalogTarget |
GovernedCatalogTarget.withDatabase(String database)
The name of the database to write to.
|
GovernedCatalogTarget |
GovernedCatalogTarget.withInputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
GovernedCatalogTarget |
GovernedCatalogTarget.withInputs(String... inputs)
The nodes that are inputs to the data target.
|
GovernedCatalogTarget |
GovernedCatalogTarget.withName(String name)
The name of the data target.
|
GovernedCatalogTarget |
GovernedCatalogTarget.withPartitionKeys(Collection<List<String>> partitionKeys)
Specifies native partitioning using a sequence of keys.
|
GovernedCatalogTarget |
GovernedCatalogTarget.withPartitionKeys(List<String>... partitionKeys)
Specifies native partitioning using a sequence of keys.
|
GovernedCatalogTarget |
GovernedCatalogTarget.withSchemaChangePolicy(CatalogSchemaChangePolicy schemaChangePolicy)
A policy that specifies update behavior for the governed catalog.
|
GovernedCatalogTarget |
GovernedCatalogTarget.withTable(String table)
The name of the table in the database to write to.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeGenConfigurationNode.setGovernedCatalogTarget(GovernedCatalogTarget governedCatalogTarget)
Specifies a data target that writes to a goverened catalog.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withGovernedCatalogTarget(GovernedCatalogTarget governedCatalogTarget)
Specifies a data target that writes to a goverened catalog.
|
Copyright © 2024. All rights reserved.