@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 - Catalog. This parameter is required.this@Stability(value=Stable) public CfnDataSource.PrestoParametersProperty.Builder host(String host)
CfnDataSource.PrestoParametersProperty.getHost()host - Host. This parameter is required.this@Stability(value=Stable) public CfnDataSource.PrestoParametersProperty.Builder port(Number port)
CfnDataSource.PrestoParametersProperty.getPort()port - 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 © 2022. All rights reserved.