| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static MySQLCatalogSource.Builder |
MySQLCatalogSource.builder() |
MySQLCatalogSource.Builder |
MySQLCatalogSource.Builder.database(String database)
The name of the database to read from.
|
MySQLCatalogSource.Builder |
MySQLCatalogSource.Builder.name(String name)
The name of the data source.
|
MySQLCatalogSource.Builder |
MySQLCatalogSource.Builder.table(String table)
The name of the table in the database to read from.
|
MySQLCatalogSource.Builder |
MySQLCatalogSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MySQLCatalogSource.Builder> |
MySQLCatalogSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeGenConfigurationNode.Builder |
CodeGenConfigurationNode.Builder.mySQLCatalogSource(Consumer<MySQLCatalogSource.Builder> mySQLCatalogSource)
Specifies a MySQL data source in the Glue Data Catalog.
|
Copyright © 2023. All rights reserved.