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>
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • pivotTableDataPathType

      @Stability(Stable) public CfnDashboard.DataPathTypeProperty.Builder pivotTableDataPathType(String pivotTableDataPathType)
      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, when RowsLayout is set to HIERARCHY .
      • 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 in ColumnsFieldWell and the row is set to Metric Placement.
      • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .
      Returns:
      this
    • build

      @Stability(Stable) public CfnDashboard.DataPathTypeProperty build()
      Builds the configured instance.
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnDashboard.DataPathTypeProperty>
      Returns:
      a new instance of CfnDashboard.DataPathTypeProperty
      Throws:
      NullPointerException - if any required attribute was not provided