| 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.databaseUrl(String databaseUrl)
The JDBC URL of the Amazon Redshift cluster.
|
RedshiftConnectorProfileProperties.Builder |
RedshiftConnectorProfileProperties.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
RedshiftConnectorProfileProperties.Builder |
RedshiftConnectorProfileProperties.toBuilder() |
| 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 © 2022. All rights reserved.