@Stability(value=Stable) public static final class CfnDataSource.PrestoParametersProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.PrestoParametersProperty>
CfnDataSource.PrestoParametersProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.PrestoParametersProperty |
build()
Builds the configured instance.
|
CfnDataSource.PrestoParametersProperty.Builder |
catalog(String catalog)
Sets the value of
CfnDataSource.PrestoParametersProperty.getCatalog() |
CfnDataSource.PrestoParametersProperty.Builder |
host(String host)
Sets the value of
CfnDataSource.PrestoParametersProperty.getHost() |
CfnDataSource.PrestoParametersProperty.Builder |
port(Number port)
Sets the value of
CfnDataSource.PrestoParametersProperty.getPort() |
@Stability(value=Stable) public CfnDataSource.PrestoParametersProperty.Builder catalog(String catalog)
CfnDataSource.PrestoParametersProperty.getCatalog()catalog - `CfnDataSource.PrestoParametersProperty.Catalog`. This parameter is required.this@Stability(value=Stable) public CfnDataSource.PrestoParametersProperty.Builder host(String host)
CfnDataSource.PrestoParametersProperty.getHost()host - `CfnDataSource.PrestoParametersProperty.Host`. This parameter is required.this@Stability(value=Stable) public CfnDataSource.PrestoParametersProperty.Builder port(Number port)
CfnDataSource.PrestoParametersProperty.getPort()port - `CfnDataSource.PrestoParametersProperty.Port`. This parameter is required.this@Stability(value=Stable) public CfnDataSource.PrestoParametersProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.PrestoParametersProperty>CfnDataSource.PrestoParametersPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.