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