Class CfnDashboard.PivotTableRowsLabelOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.PivotTableRowsLabelOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.PivotTableRowsLabelOptionsProperty>
- Enclosing interface:
CfnDashboard.PivotTableRowsLabelOptionsProperty
@Stability(Stable)
public static final class CfnDashboard.PivotTableRowsLabelOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.PivotTableRowsLabelOptionsProperty>
A builder for
CfnDashboard.PivotTableRowsLabelOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.customLabel(String customLabel) Sets the value ofCfnDashboard.PivotTableRowsLabelOptionsProperty.getCustomLabel()visibility(String visibility) Sets the value ofCfnDashboard.PivotTableRowsLabelOptionsProperty.getVisibility()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customLabel
@Stability(Stable) public CfnDashboard.PivotTableRowsLabelOptionsProperty.Builder customLabel(String customLabel) Sets the value ofCfnDashboard.PivotTableRowsLabelOptionsProperty.getCustomLabel()- Parameters:
customLabel- The custom label string for the rows label.- Returns:
this
-
visibility
@Stability(Stable) public CfnDashboard.PivotTableRowsLabelOptionsProperty.Builder visibility(String visibility) Sets the value ofCfnDashboard.PivotTableRowsLabelOptionsProperty.getVisibility()- Parameters:
visibility- The visibility of the rows label.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.PivotTableRowsLabelOptionsProperty>- Returns:
- a new instance of
CfnDashboard.PivotTableRowsLabelOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-