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