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