Class CfnTemplate.YAxisOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.YAxisOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.YAxisOptionsProperty>
- Enclosing interface:
CfnTemplate.YAxisOptionsProperty
@Stability(Stable)
public static final class CfnTemplate.YAxisOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.YAxisOptionsProperty>
A builder for
CfnTemplate.YAxisOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTemplate.YAxisOptionsProperty.getYAxis()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
yAxis
Sets the value ofCfnTemplate.YAxisOptionsProperty.getYAxis()- Parameters:
yAxis- The Y axis type to be used in the chart. This parameter is required. If you choosePRIMARY_Y_AXIS, the primary Y Axis is located on the leftmost vertical axis of the chart.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplate.YAxisOptionsProperty>- Returns:
- a new instance of
CfnTemplate.YAxisOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-