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