Class CfnDashboardPropsMixin.DecimalParameterProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.DecimalParameterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.DecimalParameterProperty>
- Enclosing interface:
CfnDashboardPropsMixin.DecimalParameterProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.DecimalParameterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.DecimalParameterProperty>
A builder for
CfnDashboardPropsMixin.DecimalParameterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboardPropsMixin.DecimalParameterProperty.getName()Sets the value ofCfnDashboardPropsMixin.DecimalParameterProperty.getValues()values(IResolvable values) Sets the value ofCfnDashboardPropsMixin.DecimalParameterProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnDashboardPropsMixin.DecimalParameterProperty.getName()- Parameters:
name- A display name for the decimal parameter.- Returns:
this
-
values
@Stability(Stable) public CfnDashboardPropsMixin.DecimalParameterProperty.Builder values(List<? extends Number> values) Sets the value ofCfnDashboardPropsMixin.DecimalParameterProperty.getValues()- Parameters:
values- The values for the decimal parameter.- Returns:
this
-
values
@Stability(Stable) public CfnDashboardPropsMixin.DecimalParameterProperty.Builder values(IResolvable values) Sets the value ofCfnDashboardPropsMixin.DecimalParameterProperty.getValues()- Parameters:
values- The values for the decimal parameter.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.DecimalParameterProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.DecimalParameterProperty - Throws:
NullPointerException- if any required attribute was not provided
-