Uses of Interface
software.amazon.awssdk.services.quicksight.model.TopicNullFilter.Builder
-
Packages that use TopicNullFilter.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TopicNullFilter.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TopicNullFilter.Builder Modifier and Type Method Description static TopicNullFilter.BuilderTopicNullFilter. builder()default TopicNullFilter.BuilderTopicNullFilter.Builder. constant(Consumer<TopicSingularFilterConstant.Builder> constant)Sets the value of the Constant property for this object.TopicNullFilter.BuilderTopicNullFilter.Builder. constant(TopicSingularFilterConstant constant)Sets the value of the Constant property for this object.TopicNullFilter.BuilderTopicNullFilter.Builder. inverse(Boolean inverse)A Boolean value that indicates if the filter is inverse.TopicNullFilter.BuilderTopicNullFilter.Builder. nullFilterType(String nullFilterType)The type of the null filter.TopicNullFilter.BuilderTopicNullFilter.Builder. nullFilterType(NullFilterType nullFilterType)The type of the null filter.TopicNullFilter.BuilderTopicNullFilter. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TopicNullFilter.Builder Modifier and Type Method Description static Class<? extends TopicNullFilter.Builder>TopicNullFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TopicNullFilter.Builder Modifier and Type Method Description default TopicFilter.BuilderTopicFilter.Builder. nullFilter(Consumer<TopicNullFilter.Builder> nullFilter)The null filter.
-