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 interfaceParameterSliderControl.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParameterSliderControl.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.StringparameterControlId()The ID of theParameterSliderControl.List<SdkField<?>>sdkFields()static Class<? extends ParameterSliderControl.Builder>serializableBuilderClass()StringsourceParameterName()The source parameter name of theParameterSliderControl.DoublestepSize()The number of increments that the slider bar is divided into.Stringtitle()The title of theParameterSliderControl.ParameterSliderControl.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
-
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:
toBuilderin 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:
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.
-
-