| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static DeltaTarget.Builder |
DeltaTarget.builder() |
DeltaTarget.Builder |
DeltaTarget.Builder.connectionName(String connectionName)
The name of the connection to use to connect to the Delta table target.
|
DeltaTarget.Builder |
DeltaTarget.Builder.createNativeDeltaTable(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.Builder |
DeltaTarget.Builder.deltaTables(Collection<String> deltaTables)
A list of the Amazon S3 paths to the Delta tables.
|
DeltaTarget.Builder |
DeltaTarget.Builder.deltaTables(String... deltaTables)
A list of the Amazon S3 paths to the Delta tables.
|
DeltaTarget.Builder |
DeltaTarget.toBuilder() |
DeltaTarget.Builder |
DeltaTarget.Builder.writeManifest(Boolean writeManifest)
Specifies whether to write the manifest files to the Delta table path.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeltaTarget.Builder> |
DeltaTarget.serializableBuilderClass() |
Copyright © 2023. All rights reserved.