@Stability(value=Stable) public static final class CfnDataSource.AuroraPostgreSqlParametersProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.AuroraPostgreSqlParametersProperty>
CfnDataSource.AuroraPostgreSqlParametersProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.AuroraPostgreSqlParametersProperty |
build()
Builds the configured instance.
|
CfnDataSource.AuroraPostgreSqlParametersProperty.Builder |
database(String database)
Sets the value of
CfnDataSource.AuroraPostgreSqlParametersProperty.getDatabase() |
CfnDataSource.AuroraPostgreSqlParametersProperty.Builder |
host(String host)
Sets the value of
CfnDataSource.AuroraPostgreSqlParametersProperty.getHost() |
CfnDataSource.AuroraPostgreSqlParametersProperty.Builder |
port(Number port)
Sets the value of
CfnDataSource.AuroraPostgreSqlParametersProperty.getPort() |
@Stability(value=Stable) public CfnDataSource.AuroraPostgreSqlParametersProperty.Builder database(String database)
CfnDataSource.AuroraPostgreSqlParametersProperty.getDatabase()database - The Amazon Aurora PostgreSQL database to connect to. This parameter is required.this@Stability(value=Stable) public CfnDataSource.AuroraPostgreSqlParametersProperty.Builder host(String host)
CfnDataSource.AuroraPostgreSqlParametersProperty.getHost()host - The Amazon Aurora PostgreSQL-Compatible host to connect to. This parameter is required.this@Stability(value=Stable) public CfnDataSource.AuroraPostgreSqlParametersProperty.Builder port(Number port)
CfnDataSource.AuroraPostgreSqlParametersProperty.getPort()port - The port that Amazon Aurora PostgreSQL is listening on. This parameter is required.this@Stability(value=Stable) public CfnDataSource.AuroraPostgreSqlParametersProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.AuroraPostgreSqlParametersProperty>CfnDataSource.AuroraPostgreSqlParametersPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.