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