Uses of Class
software.amazon.awscdk.services.quicksight.CfnDataSet.PhysicalTableProperty.Builder
-
Uses of CfnDataSet.PhysicalTableProperty.Builder in software.amazon.awscdk.services.quicksight
Modifier and TypeMethodDescriptionCfnDataSet.PhysicalTableProperty.builder()
CfnDataSet.PhysicalTableProperty.Builder.customSql
(IResolvable customSql) Sets the value ofCfnDataSet.PhysicalTableProperty.getCustomSql()
CfnDataSet.PhysicalTableProperty.Builder.customSql
(CfnDataSet.CustomSqlProperty customSql) Sets the value ofCfnDataSet.PhysicalTableProperty.getCustomSql()
CfnDataSet.PhysicalTableProperty.Builder.relationalTable
(IResolvable relationalTable) Sets the value ofCfnDataSet.PhysicalTableProperty.getRelationalTable()
CfnDataSet.PhysicalTableProperty.Builder.relationalTable
(CfnDataSet.RelationalTableProperty relationalTable) Sets the value ofCfnDataSet.PhysicalTableProperty.getRelationalTable()
CfnDataSet.PhysicalTableProperty.Builder.s3Source
(IResolvable s3Source) Sets the value ofCfnDataSet.PhysicalTableProperty.getS3Source()
CfnDataSet.PhysicalTableProperty.Builder.s3Source
(CfnDataSet.S3SourceProperty s3Source) Sets the value ofCfnDataSet.PhysicalTableProperty.getS3Source()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSet.PhysicalTableProperty.Builder
.