Class CfnTemplatePropsMixin.PivotTableDataPathOptionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.PivotTableDataPathOptionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.PivotTableDataPathOptionProperty>
- Enclosing interface:
CfnTemplatePropsMixin.PivotTableDataPathOptionProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.PivotTableDataPathOptionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.PivotTableDataPathOptionProperty>
A builder for
CfnTemplatePropsMixin.PivotTableDataPathOptionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dataPathList(List<? extends Object> dataPathList) Sets the value ofCfnTemplatePropsMixin.PivotTableDataPathOptionProperty.getDataPathList()dataPathList(IResolvable dataPathList) Sets the value ofCfnTemplatePropsMixin.PivotTableDataPathOptionProperty.getDataPathList()Sets the value ofCfnTemplatePropsMixin.PivotTableDataPathOptionProperty.getWidth()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataPathList
@Stability(Stable) public CfnTemplatePropsMixin.PivotTableDataPathOptionProperty.Builder dataPathList(IResolvable dataPathList) Sets the value ofCfnTemplatePropsMixin.PivotTableDataPathOptionProperty.getDataPathList()- Parameters:
dataPathList- The list of data path values for the data path options.- Returns:
this
-
dataPathList
@Stability(Stable) public CfnTemplatePropsMixin.PivotTableDataPathOptionProperty.Builder dataPathList(List<? extends Object> dataPathList) Sets the value ofCfnTemplatePropsMixin.PivotTableDataPathOptionProperty.getDataPathList()- Parameters:
dataPathList- The list of data path values for the data path options.- Returns:
this
-
width
@Stability(Stable) public CfnTemplatePropsMixin.PivotTableDataPathOptionProperty.Builder width(String width) Sets the value ofCfnTemplatePropsMixin.PivotTableDataPathOptionProperty.getWidth()- Parameters:
width- The width of the data path option.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.PivotTableDataPathOptionProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.PivotTableDataPathOptionProperty - Throws:
NullPointerException- if any required attribute was not provided
-