Uses of Interface
software.amazon.awssdk.services.quicksight.model.DataPathSort.Builder
-
Packages that use DataPathSort.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DataPathSort.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DataPathSort.Builder Modifier and Type Method Description static DataPathSort.BuilderDataPathSort. builder()DataPathSort.BuilderDataPathSort.Builder. direction(String direction)Determines the sort direction.DataPathSort.BuilderDataPathSort.Builder. direction(SortDirection direction)Determines the sort direction.DataPathSort.BuilderDataPathSort.Builder. sortPaths(Collection<DataPathValue> sortPaths)The list of data paths that need to be sorted.DataPathSort.BuilderDataPathSort.Builder. sortPaths(Consumer<DataPathValue.Builder>... sortPaths)The list of data paths that need to be sorted.DataPathSort.BuilderDataPathSort.Builder. sortPaths(DataPathValue... sortPaths)The list of data paths that need to be sorted.DataPathSort.BuilderDataPathSort. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DataPathSort.Builder Modifier and Type Method Description static Class<? extends DataPathSort.Builder>DataPathSort. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DataPathSort.Builder Modifier and Type Method Description default PivotTableSortBy.BuilderPivotTableSortBy.Builder. dataPath(Consumer<DataPathSort.Builder> dataPath)The data path sort (data path value, direction) for the pivot table sort by options.
-