Uses of Interface
software.amazon.awssdk.services.quicksight.model.FieldSort.Builder
-
Packages that use FieldSort.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of FieldSort.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return FieldSort.Builder Modifier and Type Method Description static FieldSort.BuilderFieldSort. builder()FieldSort.BuilderFieldSort.Builder. direction(String direction)The sort direction.FieldSort.BuilderFieldSort.Builder. direction(SortDirection direction)The sort direction.FieldSort.BuilderFieldSort.Builder. fieldId(String fieldId)The sort configuration target field.FieldSort.BuilderFieldSort. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type FieldSort.Builder Modifier and Type Method Description static Class<? extends FieldSort.Builder>FieldSort. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type FieldSort.Builder Modifier and Type Method Description default PivotTableSortBy.BuilderPivotTableSortBy.Builder. field(Consumer<FieldSort.Builder> field)The field sort (field id, direction) for the pivot table sort by options.default FieldSortOptions.BuilderFieldSortOptions.Builder. fieldSort(Consumer<FieldSort.Builder> fieldSort)The sort configuration for a field in a field well.
-