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