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