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