Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
CustomSql |
CustomSql.clone() |
CustomSql |
PhysicalTable.getCustomSql()
A physical table type built from the results of the custom SQL query.
|
CustomSql |
CustomSql.withColumns(Collection<InputColumn> columns)
The column schema from the SQL query result set.
|
CustomSql |
CustomSql.withColumns(InputColumn... columns)
The column schema from the SQL query result set.
|
CustomSql |
CustomSql.withDataSourceArn(String dataSourceArn)
The Amazon Resource Name (ARN) of the data source.
|
CustomSql |
CustomSql.withName(String name)
A display name for the SQL query result.
|
CustomSql |
CustomSql.withSqlQuery(String sqlQuery)
The SQL query.
|
Modifier and Type | Method and Description |
---|---|
void |
PhysicalTable.setCustomSql(CustomSql customSql)
A physical table type built from the results of the custom SQL query.
|
PhysicalTable |
PhysicalTable.withCustomSql(CustomSql customSql)
A physical table type built from the results of the custom SQL query.
|
Copyright © 2021. All rights reserved.