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