@Stability(value=Stable) public static final class CfnApp.DataSourceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApp.DataSourceProperty>
CfnApp.DataSourceProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApp.DataSourceProperty.Builder |
arn(String arn)
Sets the value of
CfnApp.DataSourceProperty.getArn() |
CfnApp.DataSourceProperty |
build()
Builds the configured instance.
|
CfnApp.DataSourceProperty.Builder |
databaseName(String databaseName)
Sets the value of
CfnApp.DataSourceProperty.getDatabaseName() |
CfnApp.DataSourceProperty.Builder |
type(String type)
Sets the value of
CfnApp.DataSourceProperty.getType() |
@Stability(value=Stable) public CfnApp.DataSourceProperty.Builder arn(String arn)
CfnApp.DataSourceProperty.getArn()arn - The data source's ARN.this@Stability(value=Stable) public CfnApp.DataSourceProperty.Builder databaseName(String databaseName)
CfnApp.DataSourceProperty.getDatabaseName()databaseName - The database name.this@Stability(value=Stable) public CfnApp.DataSourceProperty.Builder type(String type)
CfnApp.DataSourceProperty.getType()type - The data source's type, `AutoSelectOpsworksMysqlInstance` , `OpsworksMysqlInstance` , `RdsDbInstance` , or `None` .this@Stability(value=Stable) public CfnApp.DataSourceProperty build()
build in interface software.amazon.jsii.Builder<CfnApp.DataSourceProperty>CfnApp.DataSourcePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.