Uses of Interface
software.amazon.awssdk.services.quicksight.model.TopicDateRangeFilter.Builder
-
Packages that use TopicDateRangeFilter.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TopicDateRangeFilter.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TopicDateRangeFilter.Builder Modifier and Type Method Description static TopicDateRangeFilter.BuilderTopicDateRangeFilter. builder()default TopicDateRangeFilter.BuilderTopicDateRangeFilter.Builder. constant(Consumer<TopicRangeFilterConstant.Builder> constant)The constant used in a date range filter.TopicDateRangeFilter.BuilderTopicDateRangeFilter.Builder. constant(TopicRangeFilterConstant constant)The constant used in a date range filter.TopicDateRangeFilter.BuilderTopicDateRangeFilter.Builder. inclusive(Boolean inclusive)A Boolean value that indicates whether the date range filter should include the boundary values.TopicDateRangeFilter.BuilderTopicDateRangeFilter. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TopicDateRangeFilter.Builder Modifier and Type Method Description static Class<? extends TopicDateRangeFilter.Builder>TopicDateRangeFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TopicDateRangeFilter.Builder Modifier and Type Method Description default TopicFilter.BuilderTopicFilter.Builder. dateRangeFilter(Consumer<TopicDateRangeFilter.Builder> dateRangeFilter)The date range filter.
-