Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
RelationalTable |
RelationalTable.clone() |
RelationalTable |
PhysicalTable.getRelationalTable()
A physical table type for relational data sources.
|
RelationalTable |
RelationalTable.withCatalog(String catalog)
The catalog associated with a table.
|
RelationalTable |
RelationalTable.withDataSourceArn(String dataSourceArn)
The Amazon Resource Name (ARN) for the data source.
|
RelationalTable |
RelationalTable.withInputColumns(Collection<InputColumn> inputColumns)
The column schema of the table.
|
RelationalTable |
RelationalTable.withInputColumns(InputColumn... inputColumns)
The column schema of the table.
|
RelationalTable |
RelationalTable.withName(String name)
The name of the relational table.
|
RelationalTable |
RelationalTable.withSchema(String schema)
The schema name.
|
Modifier and Type | Method and Description |
---|---|
void |
PhysicalTable.setRelationalTable(RelationalTable relationalTable)
A physical table type for relational data sources.
|
PhysicalTable |
PhysicalTable.withRelationalTable(RelationalTable relationalTable)
A physical table type for relational data sources.
|
Copyright © 2023. All rights reserved.