| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static RedshiftTarget.Builder |
RedshiftTarget.builder() |
RedshiftTarget.Builder |
RedshiftTarget.Builder.database(String database)
The name of the database to write to.
|
RedshiftTarget.Builder |
RedshiftTarget.Builder.inputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
RedshiftTarget.Builder |
RedshiftTarget.Builder.inputs(String... inputs)
The nodes that are inputs to the data target.
|
RedshiftTarget.Builder |
RedshiftTarget.Builder.name(String name)
The name of the data target.
|
RedshiftTarget.Builder |
RedshiftTarget.Builder.redshiftTmpDir(String redshiftTmpDir)
The Amazon S3 path where temporary data can be staged when copying out of the database.
|
RedshiftTarget.Builder |
RedshiftTarget.Builder.table(String table)
The name of the table in the database to write to.
|
RedshiftTarget.Builder |
RedshiftTarget.Builder.tmpDirIAMRole(String tmpDirIAMRole)
The IAM role with permissions.
|
RedshiftTarget.Builder |
RedshiftTarget.toBuilder() |
default RedshiftTarget.Builder |
RedshiftTarget.Builder.upsertRedshiftOptions(Consumer<UpsertRedshiftTargetOptions.Builder> upsertRedshiftOptions)
The set of options to configure an upsert operation when writing to a Redshift target.
|
RedshiftTarget.Builder |
RedshiftTarget.Builder.upsertRedshiftOptions(UpsertRedshiftTargetOptions upsertRedshiftOptions)
The set of options to configure an upsert operation when writing to a Redshift target.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RedshiftTarget.Builder> |
RedshiftTarget.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeGenConfigurationNode.Builder |
CodeGenConfigurationNode.Builder.redshiftTarget(Consumer<RedshiftTarget.Builder> redshiftTarget)
Specifies a target that uses Amazon Redshift.
|
Copyright © 2023. All rights reserved.