Uses of Interface
software.amazon.awssdk.services.quicksight.model.RangeConstant.Builder
-
Packages that use RangeConstant.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of RangeConstant.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return RangeConstant.Builder Modifier and Type Method Description static RangeConstant.BuilderRangeConstant. builder()RangeConstant.BuilderRangeConstant.Builder. maximum(String maximum)The maximum value for a range constant.RangeConstant.BuilderRangeConstant.Builder. minimum(String minimum)The minimum value for a range constant.RangeConstant.BuilderRangeConstant. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type RangeConstant.Builder Modifier and Type Method Description static Class<? extends RangeConstant.Builder>RangeConstant. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type RangeConstant.Builder Modifier and Type Method Description 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.
-