Class CfnDataSourcePropsMixin.AuroraPostgreSqlParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSourcePropsMixin.AuroraPostgreSqlParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSourcePropsMixin.AuroraPostgreSqlParametersProperty>
- Enclosing interface:
CfnDataSourcePropsMixin.AuroraPostgreSqlParametersProperty
@Stability(Stable)
public static final class CfnDataSourcePropsMixin.AuroraPostgreSqlParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSourcePropsMixin.AuroraPostgreSqlParametersProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDataSourcePropsMixin.AuroraPostgreSqlParametersProperty.getDatabase()Sets the value ofCfnDataSourcePropsMixin.AuroraPostgreSqlParametersProperty.getHost()Sets the value ofCfnDataSourcePropsMixin.AuroraPostgreSqlParametersProperty.getPort()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
database
@Stability(Stable) public CfnDataSourcePropsMixin.AuroraPostgreSqlParametersProperty.Builder database(String database) Sets the value ofCfnDataSourcePropsMixin.AuroraPostgreSqlParametersProperty.getDatabase()- Parameters:
database- The Amazon Aurora PostgreSQL database to connect to.- Returns:
this
-
host
@Stability(Stable) public CfnDataSourcePropsMixin.AuroraPostgreSqlParametersProperty.Builder host(String host) Sets the value ofCfnDataSourcePropsMixin.AuroraPostgreSqlParametersProperty.getHost()- Parameters:
host- The Amazon Aurora PostgreSQL-Compatible host to connect to.- Returns:
this
-
port
@Stability(Stable) public CfnDataSourcePropsMixin.AuroraPostgreSqlParametersProperty.Builder port(Number port) Sets the value ofCfnDataSourcePropsMixin.AuroraPostgreSqlParametersProperty.getPort()- Parameters:
port- The port that Amazon Aurora PostgreSQL is listening on.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSourcePropsMixin.AuroraPostgreSqlParametersProperty>- Returns:
- a new instance of
CfnDataSourcePropsMixin.AuroraPostgreSqlParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-