Uses of Interface
software.amazon.awssdk.services.quicksight.model.CollectiveConstant.Builder
-
Packages that use CollectiveConstant.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CollectiveConstant.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CollectiveConstant.Builder Modifier and Type Method Description static CollectiveConstant.BuilderCollectiveConstant. builder()CollectiveConstant.BuilderCollectiveConstant. toBuilder()CollectiveConstant.BuilderCollectiveConstant.Builder. valueList(String... valueList)A list of values for the collective constant.CollectiveConstant.BuilderCollectiveConstant.Builder. valueList(Collection<String> valueList)A list of values for the collective constant.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type CollectiveConstant.Builder Modifier and Type Method Description static Class<? extends CollectiveConstant.Builder>CollectiveConstant. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type CollectiveConstant.Builder Modifier and Type Method Description default TopicCategoryFilterConstant.BuilderTopicCategoryFilterConstant.Builder. collectiveConstant(Consumer<CollectiveConstant.Builder> collectiveConstant)A collective constant used in a category filter.
-