@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
- `CfnDataSource.AuroraPostgreSqlParametersProperty.Database`. This parameter is required.this
@Stability(value=Stable) public CfnDataSource.AuroraPostgreSqlParametersProperty.Builder host(String host)
CfnDataSource.AuroraPostgreSqlParametersProperty.getHost()
host
- `CfnDataSource.AuroraPostgreSqlParametersProperty.Host`. This parameter is required.this
@Stability(value=Stable) public CfnDataSource.AuroraPostgreSqlParametersProperty.Builder port(Number port)
CfnDataSource.AuroraPostgreSqlParametersProperty.getPort()
port
- `CfnDataSource.AuroraPostgreSqlParametersProperty.Port`. This parameter is required.this
@Stability(value=Stable) public CfnDataSource.AuroraPostgreSqlParametersProperty build()
build
in interface software.amazon.jsii.Builder<CfnDataSource.AuroraPostgreSqlParametersProperty>
CfnDataSource.AuroraPostgreSqlParametersProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.