Class CustomFilterConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.CustomFilterConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomFilterConfiguration.Builder,CustomFilterConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class CustomFilterConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomFilterConfiguration.Builder,CustomFilterConfiguration>
A custom filter that filters based on a single value. This filter can be partially matched.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomFilterConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomFilterConfiguration.Builderbuilder()StringcategoryValue()The category value for the filter.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()CategoryFilterMatchOperatormatchOperator()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()CategoryFilterSelectAllOptionsselectAllOptions()Select all of the values.StringselectAllOptionsAsString()Select all of the values.static Class<? extends CustomFilterConfiguration.Builder>serializableBuilderClass()CustomFilterConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
matchOperator
public final CategoryFilterMatchOperator 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 returnCategoryFilterMatchOperator.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:
CategoryFilterMatchOperator
-
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 returnCategoryFilterMatchOperator.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:
CategoryFilterMatchOperator
-
categoryValue
public final String categoryValue()
The category value for the filter.
This field is mutually exclusive to
ParameterName.- Returns:
- The category value for the filter.
This field is mutually exclusive to
ParameterName.
-
selectAllOptions
public final CategoryFilterSelectAllOptions 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 returnCategoryFilterSelectAllOptions.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:
CategoryFilterSelectAllOptions
-
-
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 returnCategoryFilterSelectAllOptions.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:
CategoryFilterSelectAllOptions
-
-
parameterName
public final String parameterName()
The parameter whose value should be used for the filter value.
This field is mutually exclusive to
CategoryValue.- Returns:
- The parameter whose value should be used for the filter value.
This field is mutually exclusive to
CategoryValue.
-
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
-
-
toBuilder
public CustomFilterConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomFilterConfiguration.Builder,CustomFilterConfiguration>
-
builder
public static CustomFilterConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomFilterConfiguration.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.
-
-