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