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 |
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.Copyright © 2022. All rights reserved.