@Stability(value=Stable) public static final class CfnDataSource.RdsParametersProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.RdsParametersProperty>
CfnDataSource.RdsParametersProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.RdsParametersProperty |
build()
Builds the configured instance.
|
CfnDataSource.RdsParametersProperty.Builder |
database(String database)
Sets the value of
CfnDataSource.RdsParametersProperty.getDatabase() |
CfnDataSource.RdsParametersProperty.Builder |
instanceId(String instanceId)
Sets the value of
CfnDataSource.RdsParametersProperty.getInstanceId() |
@Stability(value=Stable) public CfnDataSource.RdsParametersProperty.Builder database(String database)
CfnDataSource.RdsParametersProperty.getDatabase()database - `CfnDataSource.RdsParametersProperty.Database`. This parameter is required.this@Stability(value=Stable) public CfnDataSource.RdsParametersProperty.Builder instanceId(String instanceId)
CfnDataSource.RdsParametersProperty.getInstanceId()instanceId - `CfnDataSource.RdsParametersProperty.InstanceId`. This parameter is required.this@Stability(value=Stable) public CfnDataSource.RdsParametersProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.RdsParametersProperty>CfnDataSource.RdsParametersPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.