Class CfnAnalysis.PivotTableDataPathOptionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.PivotTableDataPathOptionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.PivotTableDataPathOptionProperty>
- Enclosing interface:
CfnAnalysis.PivotTableDataPathOptionProperty
@Stability(Stable)
public static final class CfnAnalysis.PivotTableDataPathOptionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.PivotTableDataPathOptionProperty>
A builder for
CfnAnalysis.PivotTableDataPathOptionProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.dataPathList
(List<? extends Object> dataPathList) Sets the value ofCfnAnalysis.PivotTableDataPathOptionProperty.getDataPathList()
dataPathList
(IResolvable dataPathList) Sets the value ofCfnAnalysis.PivotTableDataPathOptionProperty.getDataPathList()
Sets the value ofCfnAnalysis.PivotTableDataPathOptionProperty.getWidth()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataPathList
@Stability(Stable) public CfnAnalysis.PivotTableDataPathOptionProperty.Builder dataPathList(IResolvable dataPathList) Sets the value ofCfnAnalysis.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 CfnAnalysis.PivotTableDataPathOptionProperty.Builder dataPathList(List<? extends Object> dataPathList) Sets the value ofCfnAnalysis.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 ofCfnAnalysis.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<CfnAnalysis.PivotTableDataPathOptionProperty>
- Returns:
- a new instance of
CfnAnalysis.PivotTableDataPathOptionProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-