@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 - Database. This parameter is required.this@Stability(value=Stable) public CfnDataSource.RedshiftParametersProperty.Builder clusterId(String clusterId)
CfnDataSource.RedshiftParametersProperty.getClusterId()clusterId - Cluster ID.
This field can be blank if the Host and Port are provided.this@Stability(value=Stable) public CfnDataSource.RedshiftParametersProperty.Builder host(String host)
CfnDataSource.RedshiftParametersProperty.getHost()host - Host.
This field can be blank if ClusterId is provided.this@Stability(value=Stable) public CfnDataSource.RedshiftParametersProperty.Builder port(Number port)
CfnDataSource.RedshiftParametersProperty.getPort()port - Port.
This field can be blank if the ClusterId is provided.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 © 2022. All rights reserved.