public static interface DeltaTarget.Builder extends SdkPojo, CopyableBuilder<DeltaTarget.Builder,DeltaTarget>
| Modifier and Type | Method and Description |
|---|---|
DeltaTarget.Builder |
connectionName(String connectionName)
The name of the connection to use to connect to the Delta table target.
|
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 |
deltaTables(Collection<String> deltaTables)
A list of the Amazon S3 paths to the Delta tables.
|
DeltaTarget.Builder |
deltaTables(String... deltaTables)
A list of the Amazon S3 paths to the Delta tables.
|
DeltaTarget.Builder |
writeManifest(Boolean writeManifest)
Specifies whether to write the manifest files to the Delta table path.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeltaTarget.Builder deltaTables(Collection<String> deltaTables)
A list of the Amazon S3 paths to the Delta tables.
deltaTables - A list of the Amazon S3 paths to the Delta tables.DeltaTarget.Builder deltaTables(String... deltaTables)
A list of the Amazon S3 paths to the Delta tables.
deltaTables - A list of the Amazon S3 paths to the Delta tables.DeltaTarget.Builder connectionName(String connectionName)
The name of the connection to use to connect to the Delta table target.
connectionName - The name of the connection to use to connect to the Delta table target.DeltaTarget.Builder writeManifest(Boolean writeManifest)
Specifies whether to write the manifest files to the Delta table path.
writeManifest - Specifies whether to write the manifest files to the Delta table path.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.
createNativeDeltaTable - Specifies whether the crawler will create native tables, to allow integration with query engines that
support querying of the Delta transaction log directly.Copyright © 2023. All rights reserved.