Class FilterSliderControl
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.FilterSliderControl
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FilterSliderControl.Builder,FilterSliderControl>
@Generated("software.amazon.awssdk:codegen") public final class FilterSliderControl extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FilterSliderControl.Builder,FilterSliderControl>
A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFilterSliderControl.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FilterSliderControl.Builderbuilder()SliderControlDisplayOptionsdisplayOptions()The display options of a control.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfilterControlId()The ID of theFilterSliderControl.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DoublemaximumValue()The smaller value that is displayed at the left of the slider.DoubleminimumValue()The larger value that is displayed at the right of the slider.List<SdkField<?>>sdkFields()static Class<? extends FilterSliderControl.Builder>serializableBuilderClass()StringsourceFilterId()The source filter ID of theFilterSliderControl.DoublestepSize()The number of increments that the slider bar is divided into.Stringtitle()The title of theFilterSliderControl.FilterSliderControl.BuildertoBuilder()StringtoString()Returns a string representation of this object.SheetControlSliderTypetype()The type ofFilterSliderControl.StringtypeAsString()The type ofFilterSliderControl.-
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
-
filterControlId
public final String filterControlId()
The ID of the
FilterSliderControl.- Returns:
- The ID of the
FilterSliderControl.
-
title
public final String title()
The title of the
FilterSliderControl.- Returns:
- The title of the
FilterSliderControl.
-
sourceFilterId
public final String sourceFilterId()
The source filter ID of the
FilterSliderControl.- Returns:
- The source filter ID of the
FilterSliderControl.
-
displayOptions
public final SliderControlDisplayOptions displayOptions()
The display options of a control.
- Returns:
- The display options of a control.
-
type
public final SheetControlSliderType type()
The type of
FilterSliderControl. Choose one of the following options:-
SINGLE_POINT: Filter against(equals) a single data point. -
RANGE: Filter data that is in a specified range.
If the service returns an enum value that is not available in the current SDK version,
typewill returnSheetControlSliderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of
FilterSliderControl. Choose one of the following options:-
SINGLE_POINT: Filter against(equals) a single data point. -
RANGE: Filter data that is in a specified range.
-
- See Also:
SheetControlSliderType
-
-
typeAsString
public final String typeAsString()
The type of
FilterSliderControl. Choose one of the following options:-
SINGLE_POINT: Filter against(equals) a single data point. -
RANGE: Filter data that is in a specified range.
If the service returns an enum value that is not available in the current SDK version,
typewill returnSheetControlSliderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of
FilterSliderControl. Choose one of the following options:-
SINGLE_POINT: Filter against(equals) a single data point. -
RANGE: Filter data that is in a specified range.
-
- See Also:
SheetControlSliderType
-
-
maximumValue
public final Double maximumValue()
The smaller value that is displayed at the left of the slider.
- Returns:
- The smaller value that is displayed at the left of the slider.
-
minimumValue
public final Double minimumValue()
The larger value that is displayed at the right of the slider.
- Returns:
- The larger value that is displayed at the right of the slider.
-
stepSize
public final Double stepSize()
The number of increments that the slider bar is divided into.
- Returns:
- The number of increments that the slider bar is divided into.
-
toBuilder
public FilterSliderControl.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FilterSliderControl.Builder,FilterSliderControl>
-
builder
public static FilterSliderControl.Builder builder()
-
serializableBuilderClass
public static Class<? extends FilterSliderControl.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.
-
-