Class CfnTemplate.DataPathTypeProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.DataPathTypeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.DataPathTypeProperty>
- Enclosing interface:
CfnTemplate.DataPathTypeProperty
@Stability(Stable)
public static final class CfnTemplate.DataPathTypeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.DataPathTypeProperty>
A builder for
CfnTemplate.DataPathTypeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.pivotTableDataPathType(String pivotTableDataPathType) Sets the value ofCfnTemplate.DataPathTypeProperty.getPivotTableDataPathType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
pivotTableDataPathType
@Stability(Stable) public CfnTemplate.DataPathTypeProperty.Builder pivotTableDataPathType(String pivotTableDataPathType) Sets the value ofCfnTemplate.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, whenRowsLayoutis 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 inColumnsFieldWelland the row is set to Metric Placement.COUNT_METRIC_COLUMN- The type of data path for the column withCOUNTas the metric, when there is no field in theValuesFieldWell.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplate.DataPathTypeProperty>- Returns:
- a new instance of
CfnTemplate.DataPathTypeProperty - Throws:
NullPointerException- if any required attribute was not provided
-