Interface DataPathType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataPathType.Builder,DataPathType>,SdkBuilder<DataPathType.Builder,DataPathType>,SdkPojo
- Enclosing class:
- DataPathType
@Mutable @NotThreadSafe public static interface DataPathType.Builder extends SdkPojo, CopyableBuilder<DataPathType.Builder,DataPathType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataPathType.BuilderpivotTableDataPathType(String pivotTableDataPathType)The type of data path value utilized in a pivot table.DataPathType.BuilderpivotTableDataPathType(PivotTableDataPathType pivotTableDataPathType)The type of data path value utilized in a pivot table.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
pivotTableDataPathType
DataPathType.Builder pivotTableDataPathType(String 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.
- 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:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PivotTableDataPathType,PivotTableDataPathType
-
-
pivotTableDataPathType
DataPathType.Builder pivotTableDataPathType(PivotTableDataPathType 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.
- 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:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PivotTableDataPathType,PivotTableDataPathType
-
-
-