Class CfnDashboard.AxisLinearScaleProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.AxisLinearScaleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.AxisLinearScaleProperty>
- Enclosing interface:
CfnDashboard.AxisLinearScaleProperty
@Stability(Stable)
public static final class CfnDashboard.AxisLinearScaleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.AxisLinearScaleProperty>
A builder for
CfnDashboard.AxisLinearScaleProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnDashboard.AxisLinearScaleProperty.getStepCount()
Sets the value ofCfnDashboard.AxisLinearScaleProperty.getStepSize()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
stepCount
Sets the value ofCfnDashboard.AxisLinearScaleProperty.getStepCount()
- Parameters:
stepCount
- The step count setup of a linear axis.- Returns:
this
-
stepSize
Sets the value ofCfnDashboard.AxisLinearScaleProperty.getStepSize()
- Parameters:
stepSize
- The step size setup of a linear axis.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.AxisLinearScaleProperty>
- Returns:
- a new instance of
CfnDashboard.AxisLinearScaleProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-