Class Filter
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Filter.Builder,Filter>
With a Filter, you can remove portions of data from a particular visual or view.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Filter.Builderbuilder()final CategoryFilterACategoryFilterfilters text values.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final NestedFilterANestedFilterfilters data with a subset of data that is defined by the nested inner filter.final NumericEqualityFilterANumericEqualityFilterfilters numeric values that equal or do not equal a given numeric value.final NumericRangeFilterANumericRangeFilterfilters numeric values that are either inside or outside a given numeric range.final RelativeDatesFilterARelativeDatesFilterfilters date values that are relative to a given date.static Class<? extends Filter.Builder> final TimeEqualityFilterATimeEqualityFilterfilters date-time values that equal or do not equal a given date/time value.final TimeRangeFilterATimeRangeFilterfilters date-time values that are either inside or outside a given date/time range.Take this object and create a builder that contains all of the current property values of this object.final TopBottomFilterATopBottomFilterfilters data to the top or bottom values for a given column.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
categoryFilter
A
CategoryFilterfilters text values.For more information, see Adding text filters in the Amazon QuickSight User Guide.
- Returns:
- A
CategoryFilterfilters text values.For more information, see Adding text filters in the Amazon QuickSight User Guide.
-
numericRangeFilter
A
NumericRangeFilterfilters numeric values that are either inside or outside a given numeric range.- Returns:
- A
NumericRangeFilterfilters numeric values that are either inside or outside a given numeric range.
-
numericEqualityFilter
A
NumericEqualityFilterfilters numeric values that equal or do not equal a given numeric value.- Returns:
- A
NumericEqualityFilterfilters numeric values that equal or do not equal a given numeric value.
-
timeEqualityFilter
A
TimeEqualityFilterfilters date-time values that equal or do not equal a given date/time value.- Returns:
- A
TimeEqualityFilterfilters date-time values that equal or do not equal a given date/time value.
-
timeRangeFilter
A
TimeRangeFilterfilters date-time values that are either inside or outside a given date/time range.- Returns:
- A
TimeRangeFilterfilters date-time values that are either inside or outside a given date/time range.
-
relativeDatesFilter
A
RelativeDatesFilterfilters date values that are relative to a given date.- Returns:
- A
RelativeDatesFilterfilters date values that are relative to a given date.
-
topBottomFilter
A
TopBottomFilterfilters data to the top or bottom values for a given column.- Returns:
- A
TopBottomFilterfilters data to the top or bottom values for a given column.
-
nestedFilter
A
NestedFilterfilters data with a subset of data that is defined by the nested inner filter.- Returns:
- A
NestedFilterfilters data with a subset of data that is defined by the nested inner filter.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<Filter.Builder,Filter> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-