| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
UpsertRedshiftTargetOptions |
UpsertRedshiftTargetOptions.clone() |
UpsertRedshiftTargetOptions |
RedshiftTarget.getUpsertRedshiftOptions()
The set of options to configure an upsert operation when writing to a Redshift target.
|
UpsertRedshiftTargetOptions |
UpsertRedshiftTargetOptions.withConnectionName(String connectionName)
The name of the connection to use to write to Redshift.
|
UpsertRedshiftTargetOptions |
UpsertRedshiftTargetOptions.withTableLocation(String tableLocation)
The physical location of the Redshift table.
|
UpsertRedshiftTargetOptions |
UpsertRedshiftTargetOptions.withUpsertKeys(Collection<String> upsertKeys)
The keys used to determine whether to perform an update or insert.
|
UpsertRedshiftTargetOptions |
UpsertRedshiftTargetOptions.withUpsertKeys(String... upsertKeys)
The keys used to determine whether to perform an update or insert.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RedshiftTarget.setUpsertRedshiftOptions(UpsertRedshiftTargetOptions upsertRedshiftOptions)
The set of options to configure an upsert operation when writing to a Redshift target.
|
RedshiftTarget |
RedshiftTarget.withUpsertRedshiftOptions(UpsertRedshiftTargetOptions upsertRedshiftOptions)
The set of options to configure an upsert operation when writing to a Redshift target.
|
Copyright © 2022. All rights reserved.