| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static CatalogEntry.Builder |
CatalogEntry.builder() |
CatalogEntry.Builder |
CatalogEntry.Builder.databaseName(String databaseName)
The database in which the table metadata resides.
|
CatalogEntry.Builder |
CatalogEntry.Builder.tableName(String tableName)
The name of the table in question.
|
CatalogEntry.Builder |
CatalogEntry.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CatalogEntry.Builder> |
CatalogEntry.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetPlanRequest.Builder |
GetPlanRequest.Builder.source(Consumer<CatalogEntry.Builder> source)
The source table.
|
default GetMappingRequest.Builder |
GetMappingRequest.Builder.source(Consumer<CatalogEntry.Builder> source)
Specifies the source table.
|
Copyright © 2023. All rights reserved.