| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static DataPathSort.Builder |
DataPathSort.builder() |
DataPathSort.Builder |
DataPathSort.Builder.direction(SortDirection direction)
Determines the sort direction.
|
DataPathSort.Builder |
DataPathSort.Builder.direction(String direction)
Determines the sort direction.
|
DataPathSort.Builder |
DataPathSort.Builder.sortPaths(Collection<DataPathValue> sortPaths)
The list of data paths that need to be sorted.
|
DataPathSort.Builder |
DataPathSort.Builder.sortPaths(Consumer<DataPathValue.Builder>... sortPaths)
The list of data paths that need to be sorted.
|
DataPathSort.Builder |
DataPathSort.Builder.sortPaths(DataPathValue... sortPaths)
The list of data paths that need to be sorted.
|
DataPathSort.Builder |
DataPathSort.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataPathSort.Builder> |
DataPathSort.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PivotTableSortBy.Builder |
PivotTableSortBy.Builder.dataPath(Consumer<DataPathSort.Builder> dataPath)
The data path sort (data path value, direction) for the pivot table sort by options.
|
Copyright © 2023. All rights reserved.