@Stability(value=Stable) public static final class CfnDataSet.PhysicalTableProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSet.PhysicalTableProperty>
CfnDataSet.PhysicalTableProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDataSet.PhysicalTableProperty.Builder customSql(CfnDataSet.CustomSqlProperty customSql)
CfnDataSet.PhysicalTableProperty.getCustomSql()customSql - A physical table type built from the results of the custom SQL query.this@Stability(value=Stable) public CfnDataSet.PhysicalTableProperty.Builder customSql(IResolvable customSql)
CfnDataSet.PhysicalTableProperty.getCustomSql()customSql - A physical table type built from the results of the custom SQL query.this@Stability(value=Stable) public CfnDataSet.PhysicalTableProperty.Builder relationalTable(CfnDataSet.RelationalTableProperty relationalTable)
CfnDataSet.PhysicalTableProperty.getRelationalTable()relationalTable - A physical table type for relational data sources.this@Stability(value=Stable) public CfnDataSet.PhysicalTableProperty.Builder relationalTable(IResolvable relationalTable)
CfnDataSet.PhysicalTableProperty.getRelationalTable()relationalTable - A physical table type for relational data sources.this@Stability(value=Stable) public CfnDataSet.PhysicalTableProperty.Builder s3Source(CfnDataSet.S3SourceProperty s3Source)
CfnDataSet.PhysicalTableProperty.getS3Source()s3Source - A physical table type for as S3 data source.this@Stability(value=Stable) public CfnDataSet.PhysicalTableProperty.Builder s3Source(IResolvable s3Source)
CfnDataSet.PhysicalTableProperty.getS3Source()s3Source - A physical table type for as S3 data source.this@Stability(value=Stable) public CfnDataSet.PhysicalTableProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSet.PhysicalTableProperty>CfnDataSet.PhysicalTablePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.