Class CfnDataSourcePropsMixin.RelationalDatabaseConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appsync.CfnDataSourcePropsMixin.RelationalDatabaseConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSourcePropsMixin.RelationalDatabaseConfigProperty>
- Enclosing interface:
CfnDataSourcePropsMixin.RelationalDatabaseConfigProperty
@Stability(Stable)
public static final class CfnDataSourcePropsMixin.RelationalDatabaseConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSourcePropsMixin.RelationalDatabaseConfigProperty>
A builder for
CfnDataSourcePropsMixin.RelationalDatabaseConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.rdsHttpEndpointConfig(CfnDataSourcePropsMixin.RdsHttpEndpointConfigProperty rdsHttpEndpointConfig) rdsHttpEndpointConfig(IResolvable rdsHttpEndpointConfig) relationalDatabaseSourceType(String relationalDatabaseSourceType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
rdsHttpEndpointConfig
@Stability(Stable) public CfnDataSourcePropsMixin.RelationalDatabaseConfigProperty.Builder rdsHttpEndpointConfig(IResolvable rdsHttpEndpointConfig) Sets the value ofCfnDataSourcePropsMixin.RelationalDatabaseConfigProperty.getRdsHttpEndpointConfig()- Parameters:
rdsHttpEndpointConfig- Information about the Amazon RDS resource.- Returns:
this
-
rdsHttpEndpointConfig
@Stability(Stable) public CfnDataSourcePropsMixin.RelationalDatabaseConfigProperty.Builder rdsHttpEndpointConfig(CfnDataSourcePropsMixin.RdsHttpEndpointConfigProperty rdsHttpEndpointConfig) Sets the value ofCfnDataSourcePropsMixin.RelationalDatabaseConfigProperty.getRdsHttpEndpointConfig()- Parameters:
rdsHttpEndpointConfig- Information about the Amazon RDS resource.- Returns:
this
-
relationalDatabaseSourceType
@Stability(Stable) public CfnDataSourcePropsMixin.RelationalDatabaseConfigProperty.Builder relationalDatabaseSourceType(String relationalDatabaseSourceType) Sets the value ofCfnDataSourcePropsMixin.RelationalDatabaseConfigProperty.getRelationalDatabaseSourceType()- Parameters:
relationalDatabaseSourceType- The type of relational data source.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSourcePropsMixin.RelationalDatabaseConfigProperty>- Returns:
- a new instance of
CfnDataSourcePropsMixin.RelationalDatabaseConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-