| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static PhysicalTable |
PhysicalTable.fromCustomSql(Consumer<CustomSql.Builder> customSql)
Create an instance of this class with
customSql() initialized to the given value. |
static PhysicalTable |
PhysicalTable.fromCustomSql(CustomSql customSql)
Create an instance of this class with
customSql() initialized to the given value. |
static PhysicalTable |
PhysicalTable.fromRelationalTable(Consumer<RelationalTable.Builder> relationalTable)
Create an instance of this class with
relationalTable() initialized to the given value. |
static PhysicalTable |
PhysicalTable.fromRelationalTable(RelationalTable relationalTable)
Create an instance of this class with
relationalTable() initialized to the given value. |
static PhysicalTable |
PhysicalTable.fromS3Source(Consumer<S3Source.Builder> s3Source)
Create an instance of this class with
s3Source() initialized to the given value. |
static PhysicalTable |
PhysicalTable.fromS3Source(S3Source s3Source)
Create an instance of this class with
s3Source() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PhysicalTable> |
DataSet.physicalTableMap()
Declares the physical tables that are available in the underlying data sources.
|
Map<String,PhysicalTable> |
UpdateDataSetRequest.physicalTableMap()
Declares the physical tables that are available in the underlying data sources.
|
Map<String,PhysicalTable> |
CreateDataSetRequest.physicalTableMap()
Declares the physical tables that are available in the underlying data sources.
|
| Modifier and Type | Method and Description |
|---|---|
DataSet.Builder |
DataSet.Builder.physicalTableMap(Map<String,PhysicalTable> physicalTableMap)
Declares the physical tables that are available in the underlying data sources.
|
UpdateDataSetRequest.Builder |
UpdateDataSetRequest.Builder.physicalTableMap(Map<String,PhysicalTable> physicalTableMap)
Declares the physical tables that are available in the underlying data sources.
|
CreateDataSetRequest.Builder |
CreateDataSetRequest.Builder.physicalTableMap(Map<String,PhysicalTable> physicalTableMap)
Declares the physical tables that are available in the underlying data sources.
|
Copyright © 2023. All rights reserved.