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