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