@Stability(value=Stable) public static final class CfnAnomalyDetector.RedshiftSourceConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAnomalyDetector.RedshiftSourceConfigProperty>
CfnAnomalyDetector.RedshiftSourceConfigProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnAnomalyDetector.RedshiftSourceConfigProperty.Builder clusterIdentifier(String clusterIdentifier)
CfnAnomalyDetector.RedshiftSourceConfigProperty.getClusterIdentifier()clusterIdentifier - A string identifying the Redshift cluster. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.RedshiftSourceConfigProperty.Builder databaseHost(String databaseHost)
CfnAnomalyDetector.RedshiftSourceConfigProperty.getDatabaseHost()databaseHost - The name of the database host. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.RedshiftSourceConfigProperty.Builder databaseName(String databaseName)
CfnAnomalyDetector.RedshiftSourceConfigProperty.getDatabaseName()databaseName - The Redshift database name. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.RedshiftSourceConfigProperty.Builder databasePort(Number databasePort)
CfnAnomalyDetector.RedshiftSourceConfigProperty.getDatabasePort()databasePort - The port number where the database can be accessed. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.RedshiftSourceConfigProperty.Builder roleArn(String roleArn)
CfnAnomalyDetector.RedshiftSourceConfigProperty.getRoleArn()roleArn - The Amazon Resource Name (ARN) of the role providing access to the database. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.RedshiftSourceConfigProperty.Builder secretManagerArn(String secretManagerArn)
CfnAnomalyDetector.RedshiftSourceConfigProperty.getSecretManagerArn()secretManagerArn - The Amazon Resource Name (ARN) of the AWS Secrets Manager role. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.RedshiftSourceConfigProperty.Builder tableName(String tableName)
CfnAnomalyDetector.RedshiftSourceConfigProperty.getTableName()tableName - The table name of the Redshift database. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.RedshiftSourceConfigProperty.Builder vpcConfiguration(CfnAnomalyDetector.VpcConfigurationProperty vpcConfiguration)
CfnAnomalyDetector.RedshiftSourceConfigProperty.getVpcConfiguration()vpcConfiguration - Contains information about the Amazon Virtual Private Cloud (VPC) configuration. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.RedshiftSourceConfigProperty.Builder vpcConfiguration(IResolvable vpcConfiguration)
CfnAnomalyDetector.RedshiftSourceConfigProperty.getVpcConfiguration()vpcConfiguration - Contains information about the Amazon Virtual Private Cloud (VPC) configuration. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.RedshiftSourceConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnAnomalyDetector.RedshiftSourceConfigProperty>CfnAnomalyDetector.RedshiftSourceConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.