Class CfnTemplate.SmallMultiplesAxisPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.SmallMultiplesAxisPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.SmallMultiplesAxisPropertiesProperty>
- Enclosing interface:
CfnTemplate.SmallMultiplesAxisPropertiesProperty
@Stability(Stable)
public static final class CfnTemplate.SmallMultiplesAxisPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.SmallMultiplesAxisPropertiesProperty>
A builder for
CfnTemplate.SmallMultiplesAxisPropertiesProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnTemplate.SmallMultiplesAxisPropertiesProperty.getPlacement()
Sets the value ofCfnTemplate.SmallMultiplesAxisPropertiesProperty.getScale()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
placement
@Stability(Stable) public CfnTemplate.SmallMultiplesAxisPropertiesProperty.Builder placement(String placement) Sets the value ofCfnTemplate.SmallMultiplesAxisPropertiesProperty.getPlacement()
- Parameters:
placement
- Defines the placement of the axis. By default, axes are renderedOUTSIDE
of the panels. Axes withINDEPENDENT
scale are renderedINSIDE
the panels.- Returns:
this
-
scale
@Stability(Stable) public CfnTemplate.SmallMultiplesAxisPropertiesProperty.Builder scale(String scale) Sets the value ofCfnTemplate.SmallMultiplesAxisPropertiesProperty.getScale()
- Parameters:
scale
- Determines whether scale of the axes are shared or independent. The default value isSHARED
.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTemplate.SmallMultiplesAxisPropertiesProperty>
- Returns:
- a new instance of
CfnTemplate.SmallMultiplesAxisPropertiesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-