Class CfnDashboard.AxisDisplayRangeProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.AxisDisplayRangeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.AxisDisplayRangeProperty>
- Enclosing interface:
- CfnDashboard.AxisDisplayRangeProperty
@Stability(Stable)
public static final class CfnDashboard.AxisDisplayRangeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.AxisDisplayRangeProperty>
A builder for
CfnDashboard.AxisDisplayRangeProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.dataDriven
(Object dataDriven) Sets the value ofCfnDashboard.AxisDisplayRangeProperty.getDataDriven()
minMax
(IResolvable minMax) Sets the value ofCfnDashboard.AxisDisplayRangeProperty.getMinMax()
Sets the value ofCfnDashboard.AxisDisplayRangeProperty.getMinMax()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataDriven
@Stability(Stable) public CfnDashboard.AxisDisplayRangeProperty.Builder dataDriven(Object dataDriven) Sets the value ofCfnDashboard.AxisDisplayRangeProperty.getDataDriven()
- Parameters:
dataDriven
- The data-driven setup of an axis display range.- Returns:
this
-
minMax
Sets the value ofCfnDashboard.AxisDisplayRangeProperty.getMinMax()
- Parameters:
minMax
- The minimum and maximum setup of an axis display range.- Returns:
this
-
minMax
@Stability(Stable) public CfnDashboard.AxisDisplayRangeProperty.Builder minMax(CfnDashboard.AxisDisplayMinMaxRangeProperty minMax) Sets the value ofCfnDashboard.AxisDisplayRangeProperty.getMinMax()
- Parameters:
minMax
- The minimum and maximum setup of an axis display range.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.AxisDisplayRangeProperty>
- Returns:
- a new instance of
CfnDashboard.AxisDisplayRangeProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-