@Stability(value=Stable)
public static interface CfnDataSource.PrestoParametersProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getCatalog()
Catalog.
|
String |
getHost()
Host.
|
Number |
getPort()
Port.
|
@Stability(value=Stable) @NotNull String getCatalog()
@Stability(value=Stable) @NotNull String getHost()
@Stability(value=Stable) @NotNull Number getPort()
@Stability(value=Stable) static CfnDataSource.PrestoParametersProperty.Builder builder()
Copyright © 2022. All rights reserved.