| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TrinoParameters |
TrinoParameters.clone() |
TrinoParameters |
DataSourceParameters.getTrinoParameters()
The parameters that are required to connect to a Trino data source.
|
TrinoParameters |
TrinoParameters.withCatalog(String catalog)
The catalog name for the Trino data source.
|
TrinoParameters |
TrinoParameters.withHost(String host)
The host name of the Trino data source.
|
TrinoParameters |
TrinoParameters.withPort(Integer port)
The port for the Trino data source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceParameters.setTrinoParameters(TrinoParameters trinoParameters)
The parameters that are required to connect to a Trino data source.
|
DataSourceParameters |
DataSourceParameters.withTrinoParameters(TrinoParameters trinoParameters)
The parameters that are required to connect to a Trino data source.
|
Copyright © 2023. All rights reserved.