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