@Stability(value=Stable) public static final class CfnDataSource.RdsHttpEndpointConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.RdsHttpEndpointConfigProperty>
CfnDataSource.RdsHttpEndpointConfigProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDataSource.RdsHttpEndpointConfigProperty.Builder awsRegion(String awsRegion)
CfnDataSource.RdsHttpEndpointConfigProperty.getAwsRegion()awsRegion - AWS Region for RDS HTTP endpoint. This parameter is required.this@Stability(value=Stable) public CfnDataSource.RdsHttpEndpointConfigProperty.Builder awsSecretStoreArn(String awsSecretStoreArn)
CfnDataSource.RdsHttpEndpointConfigProperty.getAwsSecretStoreArn()awsSecretStoreArn - The ARN for database credentials stored in AWS Secrets Manager . This parameter is required.this@Stability(value=Stable) public CfnDataSource.RdsHttpEndpointConfigProperty.Builder dbClusterIdentifier(String dbClusterIdentifier)
CfnDataSource.RdsHttpEndpointConfigProperty.getDbClusterIdentifier()dbClusterIdentifier - Amazon RDS cluster Amazon Resource Name (ARN). This parameter is required.this@Stability(value=Stable) public CfnDataSource.RdsHttpEndpointConfigProperty.Builder databaseName(String databaseName)
CfnDataSource.RdsHttpEndpointConfigProperty.getDatabaseName()databaseName - Logical database name.this@Stability(value=Stable) public CfnDataSource.RdsHttpEndpointConfigProperty.Builder schema(String schema)
CfnDataSource.RdsHttpEndpointConfigProperty.getSchema()schema - Logical schema name.this@Stability(value=Stable) public CfnDataSource.RdsHttpEndpointConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.RdsHttpEndpointConfigProperty>CfnDataSource.RdsHttpEndpointConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.