public static interface CfnDataSource.PrestoParametersProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.quicksight.*; PrestoParametersProperty prestoParametersProperty = PrestoParametersProperty.builder() .catalog("catalog") .host("host") .port(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDataSource.PrestoParametersProperty.Builder
A builder for
CfnDataSource.PrestoParametersProperty |
static class |
CfnDataSource.PrestoParametersProperty.Jsii$Proxy
An implementation for
CfnDataSource.PrestoParametersProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDataSource.PrestoParametersProperty.Builder |
builder() |
java.lang.String |
getCatalog()
Catalog.
|
java.lang.String |
getHost()
Host.
|
java.lang.Number |
getPort()
Port.
|
java.lang.String getCatalog()
java.lang.String getHost()
java.lang.Number getPort()
static CfnDataSource.PrestoParametersProperty.Builder builder()