public static interface RedshiftConnectorProfileProperties.Builder extends SdkPojo, CopyableBuilder<RedshiftConnectorProfileProperties.Builder,RedshiftConnectorProfileProperties>
| Modifier and Type | Method and Description |
|---|---|
RedshiftConnectorProfileProperties.Builder |
bucketName(String bucketName)
A name for the associated Amazon S3 bucket.
|
RedshiftConnectorProfileProperties.Builder |
bucketPrefix(String bucketPrefix)
The object key for the destination bucket in which Amazon AppFlow places the files.
|
RedshiftConnectorProfileProperties.Builder |
databaseUrl(String databaseUrl)
The JDBC URL of the Amazon Redshift cluster.
|
RedshiftConnectorProfileProperties.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRedshiftConnectorProfileProperties.Builder databaseUrl(String databaseUrl)
The JDBC URL of the Amazon Redshift cluster.
databaseUrl - The JDBC URL of the Amazon Redshift cluster.RedshiftConnectorProfileProperties.Builder bucketName(String bucketName)
A name for the associated Amazon S3 bucket.
bucketName - A name for the associated Amazon S3 bucket.RedshiftConnectorProfileProperties.Builder bucketPrefix(String bucketPrefix)
The object key for the destination bucket in which Amazon AppFlow places the files.
bucketPrefix - The object key for the destination bucket in which Amazon AppFlow places the files.RedshiftConnectorProfileProperties.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
roleArn - The Amazon Resource Name (ARN) of the IAM role.Copyright © 2022. All rights reserved.