Class CfnDataSourcePropsMixin.AuroraParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDataSourcePropsMixin.AuroraParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSourcePropsMixin.AuroraParametersProperty>
- Enclosing interface:
CfnDataSourcePropsMixin.AuroraParametersProperty
@Stability(Stable)
public static final class CfnDataSourcePropsMixin.AuroraParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSourcePropsMixin.AuroraParametersProperty>
A builder for
CfnDataSourcePropsMixin.AuroraParametersProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDataSourcePropsMixin.AuroraParametersProperty.getDatabase()Sets the value ofCfnDataSourcePropsMixin.AuroraParametersProperty.getHost()Sets the value ofCfnDataSourcePropsMixin.AuroraParametersProperty.getPort()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
database
@Stability(Stable) public CfnDataSourcePropsMixin.AuroraParametersProperty.Builder database(String database) Sets the value ofCfnDataSourcePropsMixin.AuroraParametersProperty.getDatabase()- Parameters:
database- Database.- Returns:
this
-
host
@Stability(Stable) public CfnDataSourcePropsMixin.AuroraParametersProperty.Builder host(String host) Sets the value ofCfnDataSourcePropsMixin.AuroraParametersProperty.getHost()- Parameters:
host- Host.- Returns:
this
-
port
@Stability(Stable) public CfnDataSourcePropsMixin.AuroraParametersProperty.Builder port(Number port) Sets the value ofCfnDataSourcePropsMixin.AuroraParametersProperty.getPort()- Parameters:
port- Port.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSourcePropsMixin.AuroraParametersProperty>- Returns:
- a new instance of
CfnDataSourcePropsMixin.AuroraParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-