Class CfnDashboard.DataPathTypeProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.DataPathTypeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.DataPathTypeProperty>
- Enclosing interface:
CfnDashboard.DataPathTypeProperty
@Stability(Stable)
public static final class CfnDashboard.DataPathTypeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.DataPathTypeProperty>
A builder for
CfnDashboard.DataPathTypeProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.pivotTableDataPathType
(String pivotTableDataPathType) Sets the value ofCfnDashboard.DataPathTypeProperty.getPivotTableDataPathType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
pivotTableDataPathType
@Stability(Stable) public CfnDashboard.DataPathTypeProperty.Builder pivotTableDataPathType(String pivotTableDataPathType) Sets the value ofCfnDashboard.DataPathTypeProperty.getPivotTableDataPathType()
- Parameters:
pivotTableDataPathType
- The type of data path value utilized in a pivot table. Choose one of the following options:.HIERARCHY_ROWS_LAYOUT_COLUMN
- The type of data path for the rows layout column, whenRowsLayout
is set toHIERARCHY
.MULTIPLE_ROW_METRICS_COLUMN
- The type of data path for the metric column when the row is set to Metric Placement.EMPTY_COLUMN_HEADER
- The type of data path for the column with empty column header, when there is no field inColumnsFieldWell
and the row is set to Metric Placement.COUNT_METRIC_COLUMN
- The type of data path for the column withCOUNT
as the metric, when there is no field in theValuesFieldWell
.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.DataPathTypeProperty>
- Returns:
- a new instance of
CfnDashboard.DataPathTypeProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-