Class ParameterSliderControl
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.ParameterSliderControl
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ParameterSliderControl.Builder,ParameterSliderControl>
@Generated("software.amazon.awssdk:codegen") public final class ParameterSliderControl extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParameterSliderControl.Builder,ParameterSliderControl>
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 interface
ParameterSliderControl.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParameterSliderControl.Builder
builder()
SliderControlDisplayOptions
displayOptions()
The display options of a control.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Double
maximumValue()
The larger value that is displayed at the right of the slider.Double
minimumValue()
The smaller value that is displayed at the left of the slider.String
parameterControlId()
The ID of theParameterSliderControl
.List<SdkField<?>>
sdkFields()
static Class<? extends ParameterSliderControl.Builder>
serializableBuilderClass()
String
sourceParameterName()
The source parameter name of theParameterSliderControl
.Double
stepSize()
The number of increments that the slider bar is divided into.String
title()
The title of theParameterSliderControl
.ParameterSliderControl.Builder
toBuilder()
String
toString()
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
-
parameterControlId
public final String parameterControlId()
The ID of the
ParameterSliderControl
.- Returns:
- The ID of the
ParameterSliderControl
.
-
title
public final String title()
The title of the
ParameterSliderControl
.- Returns:
- The title of the
ParameterSliderControl
.
-
sourceParameterName
public final String sourceParameterName()
The source parameter name of the
ParameterSliderControl
.- Returns:
- The source parameter name of the
ParameterSliderControl
.
-
displayOptions
public final SliderControlDisplayOptions displayOptions()
The display options of a control.
- Returns:
- The display options of a control.
-
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 ParameterSliderControl.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ParameterSliderControl.Builder,ParameterSliderControl>
-
builder
public static ParameterSliderControl.Builder builder()
-
serializableBuilderClass
public static Class<? extends ParameterSliderControl.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
-