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