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