Class CfnDataSet.DecimalDatasetParameterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSet.DecimalDatasetParameterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.DecimalDatasetParameterProperty>
- Enclosing interface:
CfnDataSet.DecimalDatasetParameterProperty
@Stability(Stable)
public static final class CfnDataSet.DecimalDatasetParameterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSet.DecimalDatasetParameterProperty>
A builder for
CfnDataSet.DecimalDatasetParameterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.defaultValues(IResolvable defaultValues) Sets the value ofCfnDataSet.DecimalDatasetParameterProperty.getDefaultValues()Sets the value ofCfnDataSet.DecimalDatasetParameterProperty.getDefaultValues()Sets the value ofCfnDataSet.DecimalDatasetParameterProperty.getId()Sets the value ofCfnDataSet.DecimalDatasetParameterProperty.getName()Sets the value ofCfnDataSet.DecimalDatasetParameterProperty.getValueType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
Sets the value ofCfnDataSet.DecimalDatasetParameterProperty.getId()- Parameters:
id- An identifier for the decimal parameter created in the dataset. This parameter is required.- Returns:
this
-
name
Sets the value ofCfnDataSet.DecimalDatasetParameterProperty.getName()- Parameters:
name- The name of the decimal parameter that is created in the dataset. This parameter is required.- Returns:
this
-
valueType
@Stability(Stable) public CfnDataSet.DecimalDatasetParameterProperty.Builder valueType(String valueType) Sets the value ofCfnDataSet.DecimalDatasetParameterProperty.getValueType()- Parameters:
valueType- The value type of the dataset parameter. This parameter is required. Valid values aresingle valueormulti value.- Returns:
this
-
defaultValues
@Stability(Stable) public CfnDataSet.DecimalDatasetParameterProperty.Builder defaultValues(IResolvable defaultValues) Sets the value ofCfnDataSet.DecimalDatasetParameterProperty.getDefaultValues()- Parameters:
defaultValues- A list of default values for a given decimal parameter. This structure only accepts static values.- Returns:
this
-
defaultValues
@Stability(Stable) public CfnDataSet.DecimalDatasetParameterProperty.Builder defaultValues(CfnDataSet.DecimalDatasetParameterDefaultValuesProperty defaultValues) Sets the value ofCfnDataSet.DecimalDatasetParameterProperty.getDefaultValues()- Parameters:
defaultValues- A list of default values for a given decimal parameter. This structure only accepts static values.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSet.DecimalDatasetParameterProperty>- Returns:
- a new instance of
CfnDataSet.DecimalDatasetParameterProperty - Throws:
NullPointerException- if any required attribute was not provided
-