Uses of Interface
software.amazon.awssdk.services.quicksight.model.TopicRangeFilterConstant.Builder
-
Packages that use TopicRangeFilterConstant.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TopicRangeFilterConstant.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TopicRangeFilterConstant.Builder Modifier and Type Method Description static TopicRangeFilterConstant.BuilderTopicRangeFilterConstant. builder()TopicRangeFilterConstant.BuilderTopicRangeFilterConstant.Builder. constantType(String constantType)The data type of the constant value that is used in a range filter.TopicRangeFilterConstant.BuilderTopicRangeFilterConstant.Builder. constantType(ConstantType constantType)The data type of the constant value that is used in a range filter.default TopicRangeFilterConstant.BuilderTopicRangeFilterConstant.Builder. rangeConstant(Consumer<RangeConstant.Builder> rangeConstant)The value of the constant that is used to specify the endpoints of a range filter.TopicRangeFilterConstant.BuilderTopicRangeFilterConstant.Builder. rangeConstant(RangeConstant rangeConstant)The value of the constant that is used to specify the endpoints of a range filter.TopicRangeFilterConstant.BuilderTopicRangeFilterConstant. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TopicRangeFilterConstant.Builder Modifier and Type Method Description static Class<? extends TopicRangeFilterConstant.Builder>TopicRangeFilterConstant. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TopicRangeFilterConstant.Builder Modifier and Type Method Description default TopicDateRangeFilter.BuilderTopicDateRangeFilter.Builder. constant(Consumer<TopicRangeFilterConstant.Builder> constant)The constant used in a date range filter.default TopicNumericRangeFilter.BuilderTopicNumericRangeFilter.Builder. constant(Consumer<TopicRangeFilterConstant.Builder> constant)The constant used in a numeric range filter.
-