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