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 |
clusterIdentifier(String clusterIdentifier)
The unique ID that's assigned to an Amazon Redshift cluster.
|
RedshiftConnectorProfileProperties.Builder |
dataApiRoleArn(String dataApiRoleArn)
The Amazon Resource Name (ARN) of an IAM role that permits Amazon AppFlow to access your Amazon Redshift
database through the Data API.
|
RedshiftConnectorProfileProperties.Builder |
databaseName(String databaseName)
The name of an Amazon Redshift database.
|
RedshiftConnectorProfileProperties.Builder |
databaseUrl(String databaseUrl)
The JDBC URL of the Amazon Redshift cluster.
|
RedshiftConnectorProfileProperties.Builder |
isRedshiftServerless(Boolean isRedshiftServerless)
Indicates whether the connector profile defines a connection to an Amazon Redshift Serverless data warehouse.
|
RedshiftConnectorProfileProperties.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of IAM role that grants Amazon Redshift read-only access to Amazon S3.
|
RedshiftConnectorProfileProperties.Builder |
workgroupName(String workgroupName)
The name of an Amazon Redshift workgroup.
|
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 IAM role that grants Amazon Redshift read-only access to Amazon S3. For more information, and for the polices that you attach to this role, see Allow Amazon Redshift to access your Amazon AppFlow data in Amazon S3.
roleArn - The Amazon Resource Name (ARN) of IAM role that grants Amazon Redshift read-only access to Amazon S3.
For more information, and for the polices that you attach to this role, see Allow Amazon Redshift to access your Amazon AppFlow data in Amazon S3.RedshiftConnectorProfileProperties.Builder dataApiRoleArn(String dataApiRoleArn)
The Amazon Resource Name (ARN) of an IAM role that permits Amazon AppFlow to access your Amazon Redshift database through the Data API. For more information, and for the polices that you attach to this role, see Allow Amazon AppFlow to access Amazon Redshift databases with the Data API.
dataApiRoleArn - The Amazon Resource Name (ARN) of an IAM role that permits Amazon AppFlow to access your Amazon
Redshift database through the Data API. For more information, and for the polices that you attach to
this role, see Allow Amazon AppFlow to access Amazon Redshift databases with the Data API.RedshiftConnectorProfileProperties.Builder isRedshiftServerless(Boolean isRedshiftServerless)
Indicates whether the connector profile defines a connection to an Amazon Redshift Serverless data warehouse.
isRedshiftServerless - Indicates whether the connector profile defines a connection to an Amazon Redshift Serverless data
warehouse.RedshiftConnectorProfileProperties.Builder clusterIdentifier(String clusterIdentifier)
The unique ID that's assigned to an Amazon Redshift cluster.
clusterIdentifier - The unique ID that's assigned to an Amazon Redshift cluster.RedshiftConnectorProfileProperties.Builder workgroupName(String workgroupName)
The name of an Amazon Redshift workgroup.
workgroupName - The name of an Amazon Redshift workgroup.RedshiftConnectorProfileProperties.Builder databaseName(String databaseName)
The name of an Amazon Redshift database.
databaseName - The name of an Amazon Redshift database.Copyright © 2023. All rights reserved.