@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 - `CfnApp.DataSourceProperty.Arn`.this@Stability(value=Stable) public CfnApp.DataSourceProperty.Builder databaseName(String databaseName)
CfnApp.DataSourceProperty.getDatabaseName()databaseName - `CfnApp.DataSourceProperty.DatabaseName`.this@Stability(value=Stable) public CfnApp.DataSourceProperty.Builder type(String type)
CfnApp.DataSourceProperty.getType()type - `CfnApp.DataSourceProperty.Type`.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 © 2021. All rights reserved.