| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
RedshiftConnectorProfileProperties.Builder |
RedshiftConnectorProfileProperties.Builder.bucketName(String bucketName)
A name for the associated Amazon S3 bucket.
|
RedshiftConnectorProfileProperties.Builder |
RedshiftConnectorProfileProperties.Builder.bucketPrefix(String bucketPrefix)
The object key for the destination bucket in which Amazon AppFlow places the files.
|
static RedshiftConnectorProfileProperties.Builder |
RedshiftConnectorProfileProperties.builder() |
RedshiftConnectorProfileProperties.Builder |
RedshiftConnectorProfileProperties.Builder.clusterIdentifier(String clusterIdentifier)
The unique ID that's assigned to an Amazon Redshift cluster.
|
RedshiftConnectorProfileProperties.Builder |
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 |
RedshiftConnectorProfileProperties.Builder.databaseName(String databaseName)
The name of an Amazon Redshift database.
|
RedshiftConnectorProfileProperties.Builder |
RedshiftConnectorProfileProperties.Builder.databaseUrl(String databaseUrl)
The JDBC URL of the Amazon Redshift cluster.
|
RedshiftConnectorProfileProperties.Builder |
RedshiftConnectorProfileProperties.Builder.isRedshiftServerless(Boolean isRedshiftServerless)
Indicates whether the connector profile defines a connection to an Amazon Redshift Serverless data warehouse.
|
RedshiftConnectorProfileProperties.Builder |
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 |
RedshiftConnectorProfileProperties.toBuilder() |
RedshiftConnectorProfileProperties.Builder |
RedshiftConnectorProfileProperties.Builder.workgroupName(String workgroupName)
The name of an Amazon Redshift workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RedshiftConnectorProfileProperties.Builder> |
RedshiftConnectorProfileProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ConnectorProfileProperties.Builder |
ConnectorProfileProperties.Builder.redshift(Consumer<RedshiftConnectorProfileProperties.Builder> redshift)
The connector-specific properties required by Amazon Redshift.
|
Copyright © 2023. All rights reserved.