| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
GovernedCatalogSource |
GovernedCatalogSource.clone() |
GovernedCatalogSource |
CodeGenConfigurationNode.getGovernedCatalogSource()
Specifies a data source in a goverened Data Catalog.
|
GovernedCatalogSource |
GovernedCatalogSource.withAdditionalOptions(S3SourceAdditionalOptions additionalOptions)
Specifies additional connection options.
|
GovernedCatalogSource |
GovernedCatalogSource.withDatabase(String database)
The database to read from.
|
GovernedCatalogSource |
GovernedCatalogSource.withName(String name)
The name of the data store.
|
GovernedCatalogSource |
GovernedCatalogSource.withPartitionPredicate(String partitionPredicate)
Partitions satisfying this predicate are deleted.
|
GovernedCatalogSource |
GovernedCatalogSource.withTable(String table)
The database table to read from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setGovernedCatalogSource(GovernedCatalogSource governedCatalogSource)
Specifies a data source in a goverened Data Catalog.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withGovernedCatalogSource(GovernedCatalogSource governedCatalogSource)
Specifies a data source in a goverened Data Catalog.
|
Copyright © 2023. All rights reserved.