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