public static interface DynamoDBCatalogSource.Builder extends SdkPojo, CopyableBuilder<DynamoDBCatalogSource.Builder,DynamoDBCatalogSource>
| Modifier and Type | Method and Description |
|---|---|
DynamoDBCatalogSource.Builder |
database(String database)
The name of the database to read from.
|
DynamoDBCatalogSource.Builder |
name(String name)
The name of the data source.
|
DynamoDBCatalogSource.Builder |
table(String table)
The name of the table in the database to read from.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDynamoDBCatalogSource.Builder name(String name)
The name of the data source.
name - The name of the data source.DynamoDBCatalogSource.Builder database(String database)
The name of the database to read from.
database - The name of the database to read from.DynamoDBCatalogSource.Builder table(String table)
The name of the table in the database to read from.
table - The name of the table in the database to read from.Copyright © 2023. All rights reserved.