| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
DynamoDBCatalogSource |
DynamoDBCatalogSource.clone() |
DynamoDBCatalogSource |
CodeGenConfigurationNode.getDynamoDBCatalogSource()
Specifies a DynamoDBC Catalog data store in the Glue Data Catalog.
|
DynamoDBCatalogSource |
DynamoDBCatalogSource.withDatabase(String database)
The name of the database to read from.
|
DynamoDBCatalogSource |
DynamoDBCatalogSource.withName(String name)
The name of the data source.
|
DynamoDBCatalogSource |
DynamoDBCatalogSource.withTable(String table)
The name of the table in the database to read from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setDynamoDBCatalogSource(DynamoDBCatalogSource dynamoDBCatalogSource)
Specifies a DynamoDBC Catalog data store in the Glue Data Catalog.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withDynamoDBCatalogSource(DynamoDBCatalogSource dynamoDBCatalogSource)
Specifies a DynamoDBC Catalog data store in the Glue Data Catalog.
|
Copyright © 2024. All rights reserved.