| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static MySQLCatalogTarget.Builder |
MySQLCatalogTarget.builder() |
MySQLCatalogTarget.Builder |
MySQLCatalogTarget.Builder.database(String database)
The name of the database to write to.
|
MySQLCatalogTarget.Builder |
MySQLCatalogTarget.Builder.inputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
MySQLCatalogTarget.Builder |
MySQLCatalogTarget.Builder.inputs(String... inputs)
The nodes that are inputs to the data target.
|
MySQLCatalogTarget.Builder |
MySQLCatalogTarget.Builder.name(String name)
The name of the data target.
|
MySQLCatalogTarget.Builder |
MySQLCatalogTarget.Builder.table(String table)
The name of the table in the database to write to.
|
MySQLCatalogTarget.Builder |
MySQLCatalogTarget.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MySQLCatalogTarget.Builder> |
MySQLCatalogTarget.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeGenConfigurationNode.Builder |
CodeGenConfigurationNode.Builder.mySQLCatalogTarget(Consumer<MySQLCatalogTarget.Builder> mySQLCatalogTarget)
Specifies a target that uses MySQL.
|
Copyright © 2023. All rights reserved.