| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TopicFilter |
TopicFilter.clone() |
TopicFilter |
TopicFilter.withCategoryFilter(TopicCategoryFilter categoryFilter)
The category filter that is associated with this filter.
|
TopicFilter |
TopicFilter.withDateRangeFilter(TopicDateRangeFilter dateRangeFilter)
The date range filter.
|
TopicFilter |
TopicFilter.withFilterClass(FilterClass filterClass)
The class of the filter.
|
TopicFilter |
TopicFilter.withFilterClass(String filterClass)
The class of the filter.
|
TopicFilter |
TopicFilter.withFilterDescription(String filterDescription)
A description of the filter used to select items for a topic.
|
TopicFilter |
TopicFilter.withFilterName(String filterName)
The name of the filter.
|
TopicFilter |
TopicFilter.withFilterSynonyms(Collection<String> filterSynonyms)
The other names or aliases for the filter.
|
TopicFilter |
TopicFilter.withFilterSynonyms(String... filterSynonyms)
The other names or aliases for the filter.
|
TopicFilter |
TopicFilter.withFilterType(NamedFilterType filterType)
The type of the filter.
|
TopicFilter |
TopicFilter.withFilterType(String filterType)
The type of the filter.
|
TopicFilter |
TopicFilter.withNumericEqualityFilter(TopicNumericEqualityFilter numericEqualityFilter)
The numeric equality filter.
|
TopicFilter |
TopicFilter.withNumericRangeFilter(TopicNumericRangeFilter numericRangeFilter)
The numeric range filter.
|
TopicFilter |
TopicFilter.withOperandFieldName(String operandFieldName)
The name of the field that the filter operates on.
|
TopicFilter |
TopicFilter.withRelativeDateFilter(TopicRelativeDateFilter relativeDateFilter)
The relative date filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<TopicFilter> |
DatasetMetadata.getFilters()
The list of filter definitions.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetMetadata |
DatasetMetadata.withFilters(TopicFilter... filters)
The list of filter definitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatasetMetadata.setFilters(Collection<TopicFilter> filters)
The list of filter definitions.
|
DatasetMetadata |
DatasetMetadata.withFilters(Collection<TopicFilter> filters)
The list of filter definitions.
|
Copyright © 2023. All rights reserved.