| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
DeltaTarget |
DeltaTarget.clone() |
DeltaTarget |
DeltaTarget.withConnectionName(String connectionName)
The name of the connection to use to connect to the Delta table target.
|
DeltaTarget |
DeltaTarget.withCreateNativeDeltaTable(Boolean createNativeDeltaTable)
Specifies whether the crawler will create native tables, to allow integration with query engines that support
querying of the Delta transaction log directly.
|
DeltaTarget |
DeltaTarget.withDeltaTables(Collection<String> deltaTables)
A list of the Amazon S3 paths to the Delta tables.
|
DeltaTarget |
DeltaTarget.withDeltaTables(String... deltaTables)
A list of the Amazon S3 paths to the Delta tables.
|
DeltaTarget |
DeltaTarget.withWriteManifest(Boolean writeManifest)
Specifies whether to write the manifest files to the Delta table path.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeltaTarget> |
CrawlerTargets.getDeltaTargets()
Specifies Delta data store targets.
|
| Modifier and Type | Method and Description |
|---|---|
CrawlerTargets |
CrawlerTargets.withDeltaTargets(DeltaTarget... deltaTargets)
Specifies Delta data store targets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CrawlerTargets.setDeltaTargets(Collection<DeltaTarget> deltaTargets)
Specifies Delta data store targets.
|
CrawlerTargets |
CrawlerTargets.withDeltaTargets(Collection<DeltaTarget> deltaTargets)
Specifies Delta data store targets.
|
Copyright © 2023. All rights reserved.