Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
InputColumn |
InputColumn.clone() |
InputColumn |
InputColumn.withName(String name)
The name of this column in the underlying data source.
|
InputColumn |
InputColumn.withType(InputColumnDataType type)
The data type of the column.
|
InputColumn |
InputColumn.withType(String type)
The data type of the column.
|
Modifier and Type | Method and Description |
---|---|
List<InputColumn> |
CustomSql.getColumns()
The column schema from the SQL query result set.
|
List<InputColumn> |
RelationalTable.getInputColumns()
The column schema of the table.
|
List<InputColumn> |
S3Source.getInputColumns()
A physical table type for an S3 data source.
|
Modifier and Type | Method and Description |
---|---|
CustomSql |
CustomSql.withColumns(InputColumn... columns)
The column schema from the SQL query result set.
|
RelationalTable |
RelationalTable.withInputColumns(InputColumn... inputColumns)
The column schema of the table.
|
S3Source |
S3Source.withInputColumns(InputColumn... inputColumns)
A physical table type for an S3 data source.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomSql.setColumns(Collection<InputColumn> columns)
The column schema from the SQL query result set.
|
void |
RelationalTable.setInputColumns(Collection<InputColumn> inputColumns)
The column schema of the table.
|
void |
S3Source.setInputColumns(Collection<InputColumn> inputColumns)
A physical table type for an S3 data source.
|
CustomSql |
CustomSql.withColumns(Collection<InputColumn> columns)
The column schema from the SQL query result set.
|
RelationalTable |
RelationalTable.withInputColumns(Collection<InputColumn> inputColumns)
The column schema of the table.
|
S3Source |
S3Source.withInputColumns(Collection<InputColumn> inputColumns)
A physical table type for an S3 data source.
|
Copyright © 2021. All rights reserved.