@Generated(value="software.amazon.awssdk:codegen") public final class NumericRangeFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NumericRangeFilter.Builder,NumericRangeFilter>
A NumericRangeFilter filters values that are within the value range.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NumericRangeFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
AggregationFunction |
aggregationFunction()
The aggregation function of the filter.
|
static NumericRangeFilter.Builder |
builder() |
ColumnIdentifier |
column()
The column that the filter is applied to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
filterId()
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
includeMaximum()
Determines whether the maximum value in the filter value range should be included in the filtered results.
|
Boolean |
includeMinimum()
Determines whether the minimum value in the filter value range should be included in the filtered results.
|
FilterNullOption |
nullOption()
This option determines how null values should be treated when filtering data.
|
String |
nullOptionAsString()
This option determines how null values should be treated when filtering data.
|
NumericRangeFilterValue |
rangeMaximum()
The maximum value for the filter value range.
|
NumericRangeFilterValue |
rangeMinimum()
The minimum value for the filter value range.
|
List<SdkField<?>> |
sdkFields() |
NumericFilterSelectAllOptions |
selectAllOptions()
Select all of the values.
|
String |
selectAllOptionsAsString()
Select all of the values.
|
static Class<? extends NumericRangeFilter.Builder> |
serializableBuilderClass() |
NumericRangeFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String filterId()
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
public final ColumnIdentifier column()
The column that the filter is applied to.
public final Boolean includeMinimum()
Determines whether the minimum value in the filter value range should be included in the filtered results.
public final Boolean includeMaximum()
Determines whether the maximum value in the filter value range should be included in the filtered results.
public final NumericRangeFilterValue rangeMinimum()
The minimum value for the filter value range.
public final NumericRangeFilterValue rangeMaximum()
The maximum value for the filter value range.
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, selectAllOptions
will return NumericFilterSelectAllOptions.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from selectAllOptionsAsString().
FILTER_ALL_VALUES
NumericFilterSelectAllOptionspublic 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, selectAllOptions
will return NumericFilterSelectAllOptions.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from selectAllOptionsAsString().
FILTER_ALL_VALUES
NumericFilterSelectAllOptionspublic final AggregationFunction aggregationFunction()
The aggregation function of the filter.
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, nullOption will
return FilterNullOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nullOptionAsString().
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.
FilterNullOptionpublic 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, nullOption will
return FilterNullOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nullOptionAsString().
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.
FilterNullOptionpublic NumericRangeFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NumericRangeFilter.Builder,NumericRangeFilter>public static NumericRangeFilter.Builder builder()
public static Class<? extends NumericRangeFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.