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