Class DefaultSliderControlOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.DefaultSliderControlOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DefaultSliderControlOptions.Builder,DefaultSliderControlOptions>
@Generated("software.amazon.awssdk:codegen") public final class DefaultSliderControlOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DefaultSliderControlOptions.Builder,DefaultSliderControlOptions>
The default options that correspond to the
Sliderfilter control type.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDefaultSliderControlOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DefaultSliderControlOptions.Builderbuilder()SliderControlDisplayOptionsdisplayOptions()The display options of a control.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DoublemaximumValue()The larger value that is displayed at the right of the slider.DoubleminimumValue()The smaller value that is displayed at the left of the slider.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DefaultSliderControlOptions.Builder>serializableBuilderClass()DoublestepSize()The number of increments that the slider bar is divided into.DefaultSliderControlOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.SheetControlSliderTypetype()The type of theDefaultSliderControlOptions.StringtypeAsString()The type of theDefaultSliderControlOptions.-
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
-
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 the
DefaultSliderControlOptions. 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 the
DefaultSliderControlOptions. 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 the
DefaultSliderControlOptions. 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 the
DefaultSliderControlOptions. 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 larger value that is displayed at the right of the slider.
- Returns:
- The larger value that is displayed at the right of the slider.
-
minimumValue
public final Double minimumValue()
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.
-
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 DefaultSliderControlOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DefaultSliderControlOptions.Builder,DefaultSliderControlOptions>
-
builder
public static DefaultSliderControlOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends DefaultSliderControlOptions.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-