public static interface RedshiftSource.Builder extends SdkPojo, CopyableBuilder<RedshiftSource.Builder,RedshiftSource>
Modifier and Type | Method and Description |
---|---|
RedshiftSource.Builder |
database(String database)
The database to read from.
|
RedshiftSource.Builder |
name(String name)
The name of the Amazon Redshift data store.
|
RedshiftSource.Builder |
redshiftTmpDir(String redshiftTmpDir)
The Amazon S3 path where temporary data can be staged when copying out of the database.
|
RedshiftSource.Builder |
table(String table)
The database table to read from.
|
RedshiftSource.Builder |
tmpDirIAMRole(String tmpDirIAMRole)
The IAM role with permissions.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
RedshiftSource.Builder name(String name)
The name of the Amazon Redshift data store.
name
- The name of the Amazon Redshift data store.RedshiftSource.Builder database(String database)
The database to read from.
database
- The database to read from.RedshiftSource.Builder table(String table)
The database table to read from.
table
- The database table to read from.RedshiftSource.Builder redshiftTmpDir(String redshiftTmpDir)
The Amazon S3 path where temporary data can be staged when copying out of the database.
redshiftTmpDir
- The Amazon S3 path where temporary data can be staged when copying out of the database.RedshiftSource.Builder tmpDirIAMRole(String tmpDirIAMRole)
The IAM role with permissions.
tmpDirIAMRole
- The IAM role with permissions.Copyright © 2022. All rights reserved.