Uses of Interface
software.amazon.awssdk.services.quicksight.model.TopicSortClause.Builder
-
Packages that use TopicSortClause.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TopicSortClause.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TopicSortClause.Builder Modifier and Type Method Description static TopicSortClause.BuilderTopicSortClause. builder()default TopicSortClause.BuilderTopicSortClause.Builder. operand(Consumer<Identifier.Builder> operand)The operand for aTopicSortClause.TopicSortClause.BuilderTopicSortClause.Builder. operand(Identifier operand)The operand for aTopicSortClause.TopicSortClause.BuilderTopicSortClause.Builder. sortDirection(String sortDirection)The sort direction for theTopicSortClause.TopicSortClause.BuilderTopicSortClause.Builder. sortDirection(TopicSortDirection sortDirection)The sort direction for theTopicSortClause.TopicSortClause.BuilderTopicSortClause. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TopicSortClause.Builder Modifier and Type Method Description static Class<? extends TopicSortClause.Builder>TopicSortClause. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TopicSortClause.Builder Modifier and Type Method Description default TopicIR.BuilderTopicIR.Builder. sort(Consumer<TopicSortClause.Builder> sort)The sort for theTopicIR.default TopicIRGroupBy.BuilderTopicIRGroupBy.Builder. sort(Consumer<TopicSortClause.Builder> sort)The sort for theTopicIRGroupBy.
-