Class NumericEqualityFilter
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.NumericEqualityFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NumericEqualityFilter.Builder,NumericEqualityFilter>
@Generated("software.amazon.awssdk:codegen") public final class NumericEqualityFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NumericEqualityFilter.Builder,NumericEqualityFilter>
A
NumericEqualityFilterfilters values that are equal to the specified value.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNumericEqualityFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregationFunctionaggregationFunction()The aggregation function of the filter.static NumericEqualityFilter.Builderbuilder()ColumnIdentifiercolumn()The column that the filter is applied to.DefaultFilterControlConfigurationdefaultFilterControlConfiguration()The default configurations for the associated controls.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfilterId()An identifier that uniquely identifies a filter within a dashboard, analysis, or template.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()NumericEqualityMatchOperatormatchOperator()The match operator that is used to determine if a filter should be applied.StringmatchOperatorAsString()The match operator that is used to determine if a filter should be applied.FilterNullOptionnullOption()This option determines how null values should be treated when filtering data.StringnullOptionAsString()This option determines how null values should be treated when filtering data.StringparameterName()The parameter whose value should be used for the filter value.List<SdkField<?>>sdkFields()NumericFilterSelectAllOptionsselectAllOptions()Select all of the values.StringselectAllOptionsAsString()Select all of the values.static Class<? extends NumericEqualityFilter.Builder>serializableBuilderClass()NumericEqualityFilter.BuildertoBuilder()StringtoString()Returns a string representation of this object.Doublevalue()The input value.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
filterId
public final String filterId()
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- Returns:
- An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
-
column
public final ColumnIdentifier column()
The column that the filter is applied to.
- Returns:
- The column that the filter is applied to.
-
value
public final Double value()
The input value.
- Returns:
- The input value.
-
selectAllOptions
public final NumericFilterSelectAllOptions selectAllOptions()
Select all of the values. Null is not the assigned value of select all.
-
FILTER_ALL_VALUES
If the service returns an enum value that is not available in the current SDK version,
selectAllOptionswill returnNumericFilterSelectAllOptions.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromselectAllOptionsAsString().- Returns:
- Select all of the values. Null is not the assigned value of select all.
-
FILTER_ALL_VALUES
-
- See Also:
NumericFilterSelectAllOptions
-
-
selectAllOptionsAsString
public final String selectAllOptionsAsString()
Select all of the values. Null is not the assigned value of select all.
-
FILTER_ALL_VALUES
If the service returns an enum value that is not available in the current SDK version,
selectAllOptionswill returnNumericFilterSelectAllOptions.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromselectAllOptionsAsString().- Returns:
- Select all of the values. Null is not the assigned value of select all.
-
FILTER_ALL_VALUES
-
- See Also:
NumericFilterSelectAllOptions
-
-
matchOperator
public final NumericEqualityMatchOperator matchOperator()
The match operator that is used to determine if a filter should be applied.
If the service returns an enum value that is not available in the current SDK version,
matchOperatorwill returnNumericEqualityMatchOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommatchOperatorAsString().- Returns:
- The match operator that is used to determine if a filter should be applied.
- See Also:
NumericEqualityMatchOperator
-
matchOperatorAsString
public final String matchOperatorAsString()
The match operator that is used to determine if a filter should be applied.
If the service returns an enum value that is not available in the current SDK version,
matchOperatorwill returnNumericEqualityMatchOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommatchOperatorAsString().- Returns:
- The match operator that is used to determine if a filter should be applied.
- See Also:
NumericEqualityMatchOperator
-
aggregationFunction
public final AggregationFunction aggregationFunction()
The aggregation function of the filter.
- Returns:
- The aggregation function of the filter.
-
parameterName
public final String parameterName()
The parameter whose value should be used for the filter value.
- Returns:
- The parameter whose value should be used for the filter value.
-
nullOption
public final FilterNullOption nullOption()
This option determines how null values should be treated when filtering data.
-
ALL_VALUES: Include null values in filtered results. -
NULLS_ONLY: Only include null values in filtered results. -
NON_NULLS_ONLY: Exclude null values from filtered results.
If the service returns an enum value that is not available in the current SDK version,
nullOptionwill returnFilterNullOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnullOptionAsString().- Returns:
- This option determines how null values should be treated when filtering data.
-
ALL_VALUES: Include null values in filtered results. -
NULLS_ONLY: Only include null values in filtered results. -
NON_NULLS_ONLY: Exclude null values from filtered results.
-
- See Also:
FilterNullOption
-
-
nullOptionAsString
public final String nullOptionAsString()
This option determines how null values should be treated when filtering data.
-
ALL_VALUES: Include null values in filtered results. -
NULLS_ONLY: Only include null values in filtered results. -
NON_NULLS_ONLY: Exclude null values from filtered results.
If the service returns an enum value that is not available in the current SDK version,
nullOptionwill returnFilterNullOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnullOptionAsString().- Returns:
- This option determines how null values should be treated when filtering data.
-
ALL_VALUES: Include null values in filtered results. -
NULLS_ONLY: Only include null values in filtered results. -
NON_NULLS_ONLY: Exclude null values from filtered results.
-
- See Also:
FilterNullOption
-
-
defaultFilterControlConfiguration
public final DefaultFilterControlConfiguration defaultFilterControlConfiguration()
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
- Returns:
- The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
-
toBuilder
public NumericEqualityFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NumericEqualityFilter.Builder,NumericEqualityFilter>
-
builder
public static NumericEqualityFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends NumericEqualityFilter.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-