@Stability(value=Stable) public static final class CfnDataSource.PostgreSqlParametersProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.PostgreSqlParametersProperty>
CfnDataSource.PostgreSqlParametersProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.PostgreSqlParametersProperty |
build()
Builds the configured instance.
|
CfnDataSource.PostgreSqlParametersProperty.Builder |
database(String database)
Sets the value of
CfnDataSource.PostgreSqlParametersProperty.getDatabase() |
CfnDataSource.PostgreSqlParametersProperty.Builder |
host(String host)
Sets the value of
CfnDataSource.PostgreSqlParametersProperty.getHost() |
CfnDataSource.PostgreSqlParametersProperty.Builder |
port(Number port)
Sets the value of
CfnDataSource.PostgreSqlParametersProperty.getPort() |
@Stability(value=Stable) public CfnDataSource.PostgreSqlParametersProperty.Builder database(String database)
CfnDataSource.PostgreSqlParametersProperty.getDatabase()database - `CfnDataSource.PostgreSqlParametersProperty.Database`. This parameter is required.this@Stability(value=Stable) public CfnDataSource.PostgreSqlParametersProperty.Builder host(String host)
CfnDataSource.PostgreSqlParametersProperty.getHost()host - `CfnDataSource.PostgreSqlParametersProperty.Host`. This parameter is required.this@Stability(value=Stable) public CfnDataSource.PostgreSqlParametersProperty.Builder port(Number port)
CfnDataSource.PostgreSqlParametersProperty.getPort()port - `CfnDataSource.PostgreSqlParametersProperty.Port`. This parameter is required.this@Stability(value=Stable) public CfnDataSource.PostgreSqlParametersProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.PostgreSqlParametersProperty>CfnDataSource.PostgreSqlParametersPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.