Class CfnTemplate.AxisDisplayOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.AxisDisplayOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.AxisDisplayOptionsProperty>
- Enclosing interface:
CfnTemplate.AxisDisplayOptionsProperty
@Stability(Stable)
public static final class CfnTemplate.AxisDisplayOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.AxisDisplayOptionsProperty>
A builder for
CfnTemplate.AxisDisplayOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaxisLineVisibility(String axisLineVisibility) Sets the value ofCfnTemplate.AxisDisplayOptionsProperty.getAxisLineVisibility()axisOffset(String axisOffset) Sets the value ofCfnTemplate.AxisDisplayOptionsProperty.getAxisOffset()build()Builds the configured instance.dataOptions(IResolvable dataOptions) Sets the value ofCfnTemplate.AxisDisplayOptionsProperty.getDataOptions()dataOptions(CfnTemplate.AxisDataOptionsProperty dataOptions) Sets the value ofCfnTemplate.AxisDisplayOptionsProperty.getDataOptions()gridLineVisibility(String gridLineVisibility) Sets the value ofCfnTemplate.AxisDisplayOptionsProperty.getGridLineVisibility()scrollbarOptions(IResolvable scrollbarOptions) Sets the value ofCfnTemplate.AxisDisplayOptionsProperty.getScrollbarOptions()scrollbarOptions(CfnTemplate.ScrollBarOptionsProperty scrollbarOptions) Sets the value ofCfnTemplate.AxisDisplayOptionsProperty.getScrollbarOptions()tickLabelOptions(IResolvable tickLabelOptions) Sets the value ofCfnTemplate.AxisDisplayOptionsProperty.getTickLabelOptions()tickLabelOptions(CfnTemplate.AxisTickLabelOptionsProperty tickLabelOptions) Sets the value ofCfnTemplate.AxisDisplayOptionsProperty.getTickLabelOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
axisLineVisibility
@Stability(Stable) public CfnTemplate.AxisDisplayOptionsProperty.Builder axisLineVisibility(String axisLineVisibility) Sets the value ofCfnTemplate.AxisDisplayOptionsProperty.getAxisLineVisibility()- Parameters:
axisLineVisibility- Determines whether or not the axis line is visible.- Returns:
this
-
axisOffset
@Stability(Stable) public CfnTemplate.AxisDisplayOptionsProperty.Builder axisOffset(String axisOffset) Sets the value ofCfnTemplate.AxisDisplayOptionsProperty.getAxisOffset()- Parameters:
axisOffset- The offset value that determines the starting placement of the axis within a visual's bounds.- Returns:
this
-
dataOptions
@Stability(Stable) public CfnTemplate.AxisDisplayOptionsProperty.Builder dataOptions(IResolvable dataOptions) Sets the value ofCfnTemplate.AxisDisplayOptionsProperty.getDataOptions()- Parameters:
dataOptions- The data options for an axis.- Returns:
this
-
dataOptions
@Stability(Stable) public CfnTemplate.AxisDisplayOptionsProperty.Builder dataOptions(CfnTemplate.AxisDataOptionsProperty dataOptions) Sets the value ofCfnTemplate.AxisDisplayOptionsProperty.getDataOptions()- Parameters:
dataOptions- The data options for an axis.- Returns:
this
-
gridLineVisibility
@Stability(Stable) public CfnTemplate.AxisDisplayOptionsProperty.Builder gridLineVisibility(String gridLineVisibility) Sets the value ofCfnTemplate.AxisDisplayOptionsProperty.getGridLineVisibility()- Parameters:
gridLineVisibility- Determines whether or not the grid line is visible.- Returns:
this
-
scrollbarOptions
@Stability(Stable) public CfnTemplate.AxisDisplayOptionsProperty.Builder scrollbarOptions(IResolvable scrollbarOptions) Sets the value ofCfnTemplate.AxisDisplayOptionsProperty.getScrollbarOptions()- Parameters:
scrollbarOptions- The scroll bar options for an axis.- Returns:
this
-
scrollbarOptions
@Stability(Stable) public CfnTemplate.AxisDisplayOptionsProperty.Builder scrollbarOptions(CfnTemplate.ScrollBarOptionsProperty scrollbarOptions) Sets the value ofCfnTemplate.AxisDisplayOptionsProperty.getScrollbarOptions()- Parameters:
scrollbarOptions- The scroll bar options for an axis.- Returns:
this
-
tickLabelOptions
@Stability(Stable) public CfnTemplate.AxisDisplayOptionsProperty.Builder tickLabelOptions(IResolvable tickLabelOptions) Sets the value ofCfnTemplate.AxisDisplayOptionsProperty.getTickLabelOptions()- Parameters:
tickLabelOptions- The tick label options of an axis.- Returns:
this
-
tickLabelOptions
@Stability(Stable) public CfnTemplate.AxisDisplayOptionsProperty.Builder tickLabelOptions(CfnTemplate.AxisTickLabelOptionsProperty tickLabelOptions) Sets the value ofCfnTemplate.AxisDisplayOptionsProperty.getTickLabelOptions()- Parameters:
tickLabelOptions- The tick label options of an axis.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplate.AxisDisplayOptionsProperty>- Returns:
- a new instance of
CfnTemplate.AxisDisplayOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-