@Stability(value=Stable) public static final class CfnDataSet.RelationalTableProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSet.RelationalTableProperty>
CfnDataSet.RelationalTableProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDataSet.RelationalTableProperty.Builder dataSourceArn(String dataSourceArn)
CfnDataSet.RelationalTableProperty.getDataSourceArn()dataSourceArn - The Amazon Resource Name (ARN) for the data source. This parameter is required.this@Stability(value=Stable) public CfnDataSet.RelationalTableProperty.Builder inputColumns(IResolvable inputColumns)
CfnDataSet.RelationalTableProperty.getInputColumns()inputColumns - The column schema of the table. This parameter is required.this@Stability(value=Stable) public CfnDataSet.RelationalTableProperty.Builder inputColumns(List<? extends Object> inputColumns)
CfnDataSet.RelationalTableProperty.getInputColumns()inputColumns - The column schema of the table. This parameter is required.this@Stability(value=Stable) public CfnDataSet.RelationalTableProperty.Builder name(String name)
CfnDataSet.RelationalTableProperty.getName()name - The name of the relational table. This parameter is required.this@Stability(value=Stable) public CfnDataSet.RelationalTableProperty.Builder catalog(String catalog)
CfnDataSet.RelationalTableProperty.getCatalog()catalog - `CfnDataSet.RelationalTableProperty.Catalog`.this@Stability(value=Stable) public CfnDataSet.RelationalTableProperty.Builder schema(String schema)
CfnDataSet.RelationalTableProperty.getSchema()schema - The schema name.
This name applies to certain relational database engines.this@Stability(value=Stable) public CfnDataSet.RelationalTableProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSet.RelationalTableProperty>CfnDataSet.RelationalTablePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.