| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
RedshiftConnectorProfileProperties |
RedshiftConnectorProfileProperties.clone() |
RedshiftConnectorProfileProperties |
ConnectorProfileProperties.getRedshift()
The connector-specific properties required by Amazon Redshift.
|
RedshiftConnectorProfileProperties |
RedshiftConnectorProfileProperties.withBucketName(String bucketName)
A name for the associated Amazon S3 bucket.
|
RedshiftConnectorProfileProperties |
RedshiftConnectorProfileProperties.withBucketPrefix(String bucketPrefix)
The object key for the destination bucket in which Amazon AppFlow places the files.
|
RedshiftConnectorProfileProperties |
RedshiftConnectorProfileProperties.withDatabaseUrl(String databaseUrl)
The JDBC URL of the Amazon Redshift cluster.
|
RedshiftConnectorProfileProperties |
RedshiftConnectorProfileProperties.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorProfileProperties.setRedshift(RedshiftConnectorProfileProperties redshift)
The connector-specific properties required by Amazon Redshift.
|
ConnectorProfileProperties |
ConnectorProfileProperties.withRedshift(RedshiftConnectorProfileProperties redshift)
The connector-specific properties required by Amazon Redshift.
|
Copyright © 2022. All rights reserved.