Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
PredefinedHierarchy |
PredefinedHierarchy.clone() |
PredefinedHierarchy |
ColumnHierarchy.getPredefinedHierarchy()
The option that determines the hierarchy of the fields that are defined during data preparation.
|
PredefinedHierarchy |
PredefinedHierarchy.withColumns(Collection<ColumnIdentifier> columns)
The list of columns that define the predefined hierarchy.
|
PredefinedHierarchy |
PredefinedHierarchy.withColumns(ColumnIdentifier... columns)
The list of columns that define the predefined hierarchy.
|
PredefinedHierarchy |
PredefinedHierarchy.withDrillDownFilters(Collection<DrillDownFilter> drillDownFilters)
The option that determines the drill down filters for the predefined hierarchy.
|
PredefinedHierarchy |
PredefinedHierarchy.withDrillDownFilters(DrillDownFilter... drillDownFilters)
The option that determines the drill down filters for the predefined hierarchy.
|
PredefinedHierarchy |
PredefinedHierarchy.withHierarchyId(String hierarchyId)
The hierarchy ID of the predefined hierarchy.
|
Modifier and Type | Method and Description |
---|---|
void |
ColumnHierarchy.setPredefinedHierarchy(PredefinedHierarchy predefinedHierarchy)
The option that determines the hierarchy of the fields that are defined during data preparation.
|
ColumnHierarchy |
ColumnHierarchy.withPredefinedHierarchy(PredefinedHierarchy predefinedHierarchy)
The option that determines the hierarchy of the fields that are defined during data preparation.
|
Copyright © 2023. All rights reserved.