Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
RedshiftSource |
RedshiftSource.clone() |
RedshiftSource |
CodeGenConfigurationNode.getRedshiftSource()
Specifies an Amazon Redshift data store.
|
RedshiftSource |
RedshiftSource.withDatabase(String database)
The database to read from.
|
RedshiftSource |
RedshiftSource.withName(String name)
The name of the Amazon Redshift data store.
|
RedshiftSource |
RedshiftSource.withRedshiftTmpDir(String redshiftTmpDir)
The Amazon S3 path where temporary data can be staged when copying out of the database.
|
RedshiftSource |
RedshiftSource.withTable(String table)
The database table to read from.
|
RedshiftSource |
RedshiftSource.withTmpDirIAMRole(String tmpDirIAMRole)
The IAM role with permissions.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeGenConfigurationNode.setRedshiftSource(RedshiftSource redshiftSource)
Specifies an Amazon Redshift data store.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withRedshiftSource(RedshiftSource redshiftSource)
Specifies an Amazon Redshift data store.
|
Copyright © 2022. All rights reserved.