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(String... inputs) |
The nodes that are inputs to the data target.
|
RedshiftTarget.Builder |
RedshiftTarget.Builder.inputs(Collection<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.
|