Uses of Interface
software.amazon.awssdk.services.quicksight.model.TopicConstantValue.Builder
-
Packages that use TopicConstantValue.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TopicConstantValue.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TopicConstantValue.Builder Modifier and Type Method Description static TopicConstantValue.BuilderTopicConstantValue. builder()TopicConstantValue.BuilderTopicConstantValue.Builder. constantType(String constantType)The constant type of aTopicConstantValue.TopicConstantValue.BuilderTopicConstantValue.Builder. constantType(ConstantType constantType)The constant type of aTopicConstantValue.TopicConstantValue.BuilderTopicConstantValue.Builder. maximum(String maximum)The maximum for theTopicConstantValue.TopicConstantValue.BuilderTopicConstantValue.Builder. minimum(String minimum)The minimum for theTopicConstantValue.TopicConstantValue.BuilderTopicConstantValue. toBuilder()TopicConstantValue.BuilderTopicConstantValue.Builder. value(String value)The value of theTopicConstantValue.TopicConstantValue.BuilderTopicConstantValue.Builder. valueList(Collection<CollectiveConstantEntry> valueList)The value list of theTopicConstantValue.TopicConstantValue.BuilderTopicConstantValue.Builder. valueList(Consumer<CollectiveConstantEntry.Builder>... valueList)The value list of theTopicConstantValue.TopicConstantValue.BuilderTopicConstantValue.Builder. valueList(CollectiveConstantEntry... valueList)The value list of theTopicConstantValue.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TopicConstantValue.Builder Modifier and Type Method Description static Class<? extends TopicConstantValue.Builder>TopicConstantValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TopicConstantValue.Builder Modifier and Type Method Description default TopicIRFilterOption.BuilderTopicIRFilterOption.Builder. constant(Consumer<TopicConstantValue.Builder> constant)The constant for theTopicIRFilterOption.default TopicIRFilterOption.BuilderTopicIRFilterOption.Builder. lastNextOffset(Consumer<TopicConstantValue.Builder> lastNextOffset)The last next offset for theTopicIRFilterOption.default TopicIRFilterOption.BuilderTopicIRFilterOption.Builder. range(Consumer<TopicConstantValue.Builder> range)The range for theTopicIRFilterOption.default TopicIRFilterOption.BuilderTopicIRFilterOption.Builder. topBottomLimit(Consumer<TopicConstantValue.Builder> topBottomLimit)TheTopBottomLimitfor theTopicIRFilterOption.
-