Class CfnDashboard.ChartAxisLabelOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.ChartAxisLabelOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.ChartAxisLabelOptionsProperty>
- Enclosing interface:
CfnDashboard.ChartAxisLabelOptionsProperty
@Stability(Stable)
public static final class CfnDashboard.ChartAxisLabelOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.ChartAxisLabelOptionsProperty>
A builder for
CfnDashboard.ChartAxisLabelOptionsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaxisLabelOptions
(List<? extends Object> axisLabelOptions) Sets the value ofCfnDashboard.ChartAxisLabelOptionsProperty.getAxisLabelOptions()
axisLabelOptions
(IResolvable axisLabelOptions) Sets the value ofCfnDashboard.ChartAxisLabelOptionsProperty.getAxisLabelOptions()
build()
Builds the configured instance.sortIconVisibility
(String sortIconVisibility) Sets the value ofCfnDashboard.ChartAxisLabelOptionsProperty.getSortIconVisibility()
visibility
(String visibility) Sets the value ofCfnDashboard.ChartAxisLabelOptionsProperty.getVisibility()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
axisLabelOptions
@Stability(Stable) public CfnDashboard.ChartAxisLabelOptionsProperty.Builder axisLabelOptions(IResolvable axisLabelOptions) Sets the value ofCfnDashboard.ChartAxisLabelOptionsProperty.getAxisLabelOptions()
- Parameters:
axisLabelOptions
- The label options for a chart axis.- Returns:
this
-
axisLabelOptions
@Stability(Stable) public CfnDashboard.ChartAxisLabelOptionsProperty.Builder axisLabelOptions(List<? extends Object> axisLabelOptions) Sets the value ofCfnDashboard.ChartAxisLabelOptionsProperty.getAxisLabelOptions()
- Parameters:
axisLabelOptions
- The label options for a chart axis.- Returns:
this
-
sortIconVisibility
@Stability(Stable) public CfnDashboard.ChartAxisLabelOptionsProperty.Builder sortIconVisibility(String sortIconVisibility) Sets the value ofCfnDashboard.ChartAxisLabelOptionsProperty.getSortIconVisibility()
- Parameters:
sortIconVisibility
- The visibility configuration of the sort icon on a chart's axis label.- Returns:
this
-
visibility
@Stability(Stable) public CfnDashboard.ChartAxisLabelOptionsProperty.Builder visibility(String visibility) Sets the value ofCfnDashboard.ChartAxisLabelOptionsProperty.getVisibility()
- Parameters:
visibility
- The visibility of an axis label on a chart. Choose one of the following options:.VISIBLE
: Shows the axis.HIDDEN
: Hides the axis.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.ChartAxisLabelOptionsProperty>
- Returns:
- a new instance of
CfnDashboard.ChartAxisLabelOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-