@Stability(value=Stable) public static final class CfnDataSet.CustomSqlProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSet.CustomSqlProperty>
CfnDataSet.CustomSqlProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSet.CustomSqlProperty |
build()
Builds the configured instance.
|
CfnDataSet.CustomSqlProperty.Builder |
columns(IResolvable columns)
Sets the value of
CfnDataSet.CustomSqlProperty.getColumns() |
CfnDataSet.CustomSqlProperty.Builder |
columns(List<? extends Object> columns)
Sets the value of
CfnDataSet.CustomSqlProperty.getColumns() |
CfnDataSet.CustomSqlProperty.Builder |
dataSourceArn(String dataSourceArn)
Sets the value of
CfnDataSet.CustomSqlProperty.getDataSourceArn() |
CfnDataSet.CustomSqlProperty.Builder |
name(String name)
Sets the value of
CfnDataSet.CustomSqlProperty.getName() |
CfnDataSet.CustomSqlProperty.Builder |
sqlQuery(String sqlQuery)
Sets the value of
CfnDataSet.CustomSqlProperty.getSqlQuery() |
@Stability(value=Stable) public CfnDataSet.CustomSqlProperty.Builder columns(IResolvable columns)
CfnDataSet.CustomSqlProperty.getColumns()columns - The column schema from the SQL query result set. This parameter is required.this@Stability(value=Stable) public CfnDataSet.CustomSqlProperty.Builder columns(List<? extends Object> columns)
CfnDataSet.CustomSqlProperty.getColumns()columns - The column schema from the SQL query result set. This parameter is required.this@Stability(value=Stable) public CfnDataSet.CustomSqlProperty.Builder dataSourceArn(String dataSourceArn)
CfnDataSet.CustomSqlProperty.getDataSourceArn()dataSourceArn - The Amazon Resource Name (ARN) of the data source. This parameter is required.this@Stability(value=Stable) public CfnDataSet.CustomSqlProperty.Builder name(String name)
CfnDataSet.CustomSqlProperty.getName()name - A display name for the SQL query result. This parameter is required.this@Stability(value=Stable) public CfnDataSet.CustomSqlProperty.Builder sqlQuery(String sqlQuery)
CfnDataSet.CustomSqlProperty.getSqlQuery()sqlQuery - The SQL query. This parameter is required.this@Stability(value=Stable) public CfnDataSet.CustomSqlProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSet.CustomSqlProperty>CfnDataSet.CustomSqlPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.