| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
RedshiftTarget |
RedshiftTarget.clone() |
RedshiftTarget |
CodeGenConfigurationNode.getRedshiftTarget()
Specifies a target that uses Amazon Redshift.
|
RedshiftTarget |
RedshiftTarget.withDatabase(String database)
The name of the database to write to.
|
RedshiftTarget |
RedshiftTarget.withInputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
RedshiftTarget |
RedshiftTarget.withInputs(String... inputs)
The nodes that are inputs to the data target.
|
RedshiftTarget |
RedshiftTarget.withName(String name)
The name of the data target.
|
RedshiftTarget |
RedshiftTarget.withRedshiftTmpDir(String redshiftTmpDir)
The Amazon S3 path where temporary data can be staged when copying out of the database.
|
RedshiftTarget |
RedshiftTarget.withTable(String table)
The name of the table in the database to write to.
|
RedshiftTarget |
RedshiftTarget.withTmpDirIAMRole(String tmpDirIAMRole)
The IAM role with permissions.
|
RedshiftTarget |
RedshiftTarget.withUpsertRedshiftOptions(UpsertRedshiftTargetOptions upsertRedshiftOptions)
The set of options to configure an upsert operation when writing to a Redshift target.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setRedshiftTarget(RedshiftTarget redshiftTarget)
Specifies a target that uses Amazon Redshift.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withRedshiftTarget(RedshiftTarget redshiftTarget)
Specifies a target that uses Amazon Redshift.
|
Copyright © 2023. All rights reserved.