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