Uses of Interface
software.amazon.awssdk.services.quicksight.model.CustomSql.Builder
-
Packages that use CustomSql.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CustomSql.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CustomSql.Builder Modifier and Type Method Description static CustomSql.BuilderCustomSql. builder()CustomSql.BuilderCustomSql.Builder. columns(Collection<InputColumn> columns)The column schema from the SQL query result set.CustomSql.BuilderCustomSql.Builder. columns(Consumer<InputColumn.Builder>... columns)The column schema from the SQL query result set.CustomSql.BuilderCustomSql.Builder. columns(InputColumn... columns)The column schema from the SQL query result set.CustomSql.BuilderCustomSql.Builder. dataSourceArn(String dataSourceArn)The Amazon Resource Name (ARN) of the data source.CustomSql.BuilderCustomSql.Builder. name(String name)A display name for the SQL query result.CustomSql.BuilderCustomSql.Builder. sqlQuery(String sqlQuery)The SQL query.CustomSql.BuilderCustomSql. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type CustomSql.Builder Modifier and Type Method Description static Class<? extends CustomSql.Builder>CustomSql. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type CustomSql.Builder Modifier and Type Method Description default PhysicalTable.BuilderPhysicalTable.Builder. customSql(Consumer<CustomSql.Builder> customSql)A physical table type built from the results of the custom SQL query.static PhysicalTablePhysicalTable. fromCustomSql(Consumer<CustomSql.Builder> customSql)Create an instance of this class withPhysicalTable.customSql()initialized to the given value.
-