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