@Stability(value=Stable) public static final class CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty.Builder |
bucketName(String bucketName)
|
CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty.Builder |
bucketPrefix(String bucketPrefix)
|
CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty |
build()
Builds the configured instance.
|
CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty.Builder |
databaseUrl(String databaseUrl)
|
CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty.Builder |
roleArn(String roleArn)
|
@Stability(value=Stable) public CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty.Builder bucketName(String bucketName)
bucketName - A name for the associated Amazon S3 bucket. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty.Builder databaseUrl(String databaseUrl)
databaseUrl - The JDBC URL of the Amazon Redshift cluster. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty.Builder roleArn(String roleArn)
roleArn - The Amazon Resource Name (ARN) of IAM role that grants Amazon Redshift read-only access to Amazon S3. This parameter is required.
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 .this@Stability(value=Stable) public CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty.Builder bucketPrefix(String bucketPrefix)
bucketPrefix - The object key for the destination bucket in which Amazon AppFlow places the files.this@Stability(value=Stable) public CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty build()
build in interface software.amazon.jsii.Builder<CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty>CfnConnectorProfile.RedshiftConnectorProfilePropertiesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.