@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FilterSliderControl.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FilterSliderControl.Builder |
builder() |
SliderControlDisplayOptions |
displayOptions()
The display options of a control.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
filterControlId()
The ID of the
FilterSliderControl. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
maximumValue()
The smaller value that is displayed at the left of the slider.
|
Double |
minimumValue()
The larger value that is displayed at the right of the slider.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FilterSliderControl.Builder> |
serializableBuilderClass() |
String |
sourceFilterId()
The source filter ID of the
FilterSliderControl. |
Double |
stepSize()
The number of increments that the slider bar is divided into.
|
String |
title()
The title of the
FilterSliderControl. |
FilterSliderControl.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
SheetControlSliderType |
type()
The type of
FilterSliderControl. |
String |
typeAsString()
The type of
FilterSliderControl. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String filterControlId()
The ID of the FilterSliderControl.
FilterSliderControl.public final String title()
The title of the FilterSliderControl.
FilterSliderControl.public final String sourceFilterId()
The source filter ID of the FilterSliderControl.
FilterSliderControl.public final SliderControlDisplayOptions displayOptions()
The display options of a control.
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, type will return
SheetControlSliderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
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.
SheetControlSliderTypepublic 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, type will return
SheetControlSliderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
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.
SheetControlSliderTypepublic final Double maximumValue()
The smaller value that is displayed at the left of the slider.
public final Double minimumValue()
The larger value that is displayed at the right of the slider.
public final Double stepSize()
The number of increments that the slider bar is divided into.
public FilterSliderControl.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FilterSliderControl.Builder,FilterSliderControl>public static FilterSliderControl.Builder builder()
public static Class<? extends FilterSliderControl.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.