| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static DynamoDBCatalogSource.Builder |
DynamoDBCatalogSource.builder() |
DynamoDBCatalogSource.Builder |
DynamoDBCatalogSource.Builder.database(String database)
The name of the database to read from.
|
DynamoDBCatalogSource.Builder |
DynamoDBCatalogSource.Builder.name(String name)
The name of the data source.
|
DynamoDBCatalogSource.Builder |
DynamoDBCatalogSource.Builder.table(String table)
The name of the table in the database to read from.
|
DynamoDBCatalogSource.Builder |
DynamoDBCatalogSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DynamoDBCatalogSource.Builder> |
DynamoDBCatalogSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeGenConfigurationNode.Builder |
CodeGenConfigurationNode.Builder.dynamoDBCatalogSource(Consumer<DynamoDBCatalogSource.Builder> dynamoDBCatalogSource)
Sets the value of the DynamoDBCatalogSource property for this object.
|
Copyright © 2022. All rights reserved.