public static final class CfnDataSet.PhysicalTableProperty.Builder
extends java.lang.Object
CfnDataSet.PhysicalTableProperty
Constructor and Description |
---|
Builder() |
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
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
public CfnDataSet.PhysicalTableProperty.Builder relationalTable(IResolvable relationalTable)
CfnDataSet.PhysicalTableProperty.getRelationalTable()
relationalTable
- A physical table type for relational data sources.this
public CfnDataSet.PhysicalTableProperty.Builder relationalTable(CfnDataSet.RelationalTableProperty relationalTable)
CfnDataSet.PhysicalTableProperty.getRelationalTable()
relationalTable
- A physical table type for relational data sources.this
public CfnDataSet.PhysicalTableProperty.Builder s3Source(IResolvable s3Source)
CfnDataSet.PhysicalTableProperty.getS3Source()
s3Source
- A physical table type for as S3 data source.this
public CfnDataSet.PhysicalTableProperty.Builder s3Source(CfnDataSet.S3SourceProperty s3Source)
CfnDataSet.PhysicalTableProperty.getS3Source()
s3Source
- A physical table type for as S3 data source.this
public CfnDataSet.PhysicalTableProperty build()
CfnDataSet.PhysicalTableProperty
java.lang.NullPointerException
- if any required attribute was not provided