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