Class CfnDataSourcePropsMixin.TeradataParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSourcePropsMixin.TeradataParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSourcePropsMixin.TeradataParametersProperty>
- Enclosing interface:
CfnDataSourcePropsMixin.TeradataParametersProperty
@Stability(Stable)
public static final class CfnDataSourcePropsMixin.TeradataParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSourcePropsMixin.TeradataParametersProperty>
A builder for
CfnDataSourcePropsMixin.TeradataParametersProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDataSourcePropsMixin.TeradataParametersProperty.getDatabase()Sets the value ofCfnDataSourcePropsMixin.TeradataParametersProperty.getHost()Sets the value ofCfnDataSourcePropsMixin.TeradataParametersProperty.getPort()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
database
@Stability(Stable) public CfnDataSourcePropsMixin.TeradataParametersProperty.Builder database(String database) Sets the value ofCfnDataSourcePropsMixin.TeradataParametersProperty.getDatabase()- Parameters:
database- Database.- Returns:
this
-
host
@Stability(Stable) public CfnDataSourcePropsMixin.TeradataParametersProperty.Builder host(String host) Sets the value ofCfnDataSourcePropsMixin.TeradataParametersProperty.getHost()- Parameters:
host- Host.- Returns:
this
-
port
@Stability(Stable) public CfnDataSourcePropsMixin.TeradataParametersProperty.Builder port(Number port) Sets the value ofCfnDataSourcePropsMixin.TeradataParametersProperty.getPort()- Parameters:
port- Port.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSourcePropsMixin.TeradataParametersProperty>- Returns:
- a new instance of
CfnDataSourcePropsMixin.TeradataParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-