public static interface UpsertRedshiftTargetOptions.Builder extends SdkPojo, CopyableBuilder<UpsertRedshiftTargetOptions.Builder,UpsertRedshiftTargetOptions>
| Modifier and Type | Method and Description |
|---|---|
UpsertRedshiftTargetOptions.Builder |
connectionName(String connectionName)
The name of the connection to use to write to Redshift.
|
UpsertRedshiftTargetOptions.Builder |
tableLocation(String tableLocation)
The physical location of the Redshift table.
|
UpsertRedshiftTargetOptions.Builder |
upsertKeys(Collection<String> upsertKeys)
The keys used to determine whether to perform an update or insert.
|
UpsertRedshiftTargetOptions.Builder |
upsertKeys(String... upsertKeys)
The keys used to determine whether to perform an update or insert.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpsertRedshiftTargetOptions.Builder tableLocation(String tableLocation)
The physical location of the Redshift table.
tableLocation - The physical location of the Redshift table.UpsertRedshiftTargetOptions.Builder connectionName(String connectionName)
The name of the connection to use to write to Redshift.
connectionName - The name of the connection to use to write to Redshift.UpsertRedshiftTargetOptions.Builder upsertKeys(Collection<String> upsertKeys)
The keys used to determine whether to perform an update or insert.
upsertKeys - The keys used to determine whether to perform an update or insert.UpsertRedshiftTargetOptions.Builder upsertKeys(String... upsertKeys)
The keys used to determine whether to perform an update or insert.
upsertKeys - The keys used to determine whether to perform an update or insert.Copyright © 2023. All rights reserved.