Class CfnDashboard.NumericRangeFilterValueProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.NumericRangeFilterValueProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.NumericRangeFilterValueProperty>
- Enclosing interface:
CfnDashboard.NumericRangeFilterValueProperty
@Stability(Stable)
public static final class CfnDashboard.NumericRangeFilterValueProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.NumericRangeFilterValueProperty>
A builder for
CfnDashboard.NumericRangeFilterValueProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboard.NumericRangeFilterValueProperty.getParameter()staticValue(Number staticValue) Sets the value ofCfnDashboard.NumericRangeFilterValueProperty.getStaticValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
parameter
@Stability(Stable) public CfnDashboard.NumericRangeFilterValueProperty.Builder parameter(String parameter) Sets the value ofCfnDashboard.NumericRangeFilterValueProperty.getParameter()- Parameters:
parameter- The parameter that is used in the numeric range.- Returns:
this
-
staticValue
@Stability(Stable) public CfnDashboard.NumericRangeFilterValueProperty.Builder staticValue(Number staticValue) Sets the value ofCfnDashboard.NumericRangeFilterValueProperty.getStaticValue()- Parameters:
staticValue- The static value of the numeric range filter.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.NumericRangeFilterValueProperty>- Returns:
- a new instance of
CfnDashboard.NumericRangeFilterValueProperty - Throws:
NullPointerException- if any required attribute was not provided
-