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