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