| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
CatalogEntry |
GetPlanRequest.source()
The source table.
|
CatalogEntry |
GetMappingRequest.source()
Specifies the source table.
|
| Modifier and Type | Method and Description |
|---|---|
List<CatalogEntry> |
GetPlanRequest.sinks()
The target tables.
|
List<CatalogEntry> |
GetMappingRequest.sinks()
A list of target tables.
|
| Modifier and Type | Method and Description |
|---|---|
GetPlanRequest.Builder |
GetPlanRequest.Builder.sinks(CatalogEntry... sinks)
The target tables.
|
GetMappingRequest.Builder |
GetMappingRequest.Builder.sinks(CatalogEntry... sinks)
A list of target tables.
|
GetPlanRequest.Builder |
GetPlanRequest.Builder.source(CatalogEntry source)
The source table.
|
GetMappingRequest.Builder |
GetMappingRequest.Builder.source(CatalogEntry source)
Specifies the source table.
|
| Modifier and Type | Method and Description |
|---|---|
GetPlanRequest.Builder |
GetPlanRequest.Builder.sinks(Collection<CatalogEntry> sinks)
The target tables.
|
GetMappingRequest.Builder |
GetMappingRequest.Builder.sinks(Collection<CatalogEntry> sinks)
A list of target tables.
|
Copyright © 2023. All rights reserved.