Class ParameterControl
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.ParameterControl
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ParameterControl.Builder,ParameterControl>
@Generated("software.amazon.awssdk:codegen") public final class ParameterControl extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParameterControl.Builder,ParameterControl>
The control of a parameter that users can interact with in a dashboard or an analysis.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceParameterControl.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParameterControl.Builderbuilder()ParameterDateTimePickerControldateTimePicker()A control from a date parameter that specifies date and time.ParameterDropDownControldropdown()A control to display a dropdown list with buttons that are used to select a single value.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ParameterListControllist()A control to display a list with buttons or boxes that are used to select either a single value or multiple values.List<SdkField<?>>sdkFields()static Class<? extends ParameterControl.Builder>serializableBuilderClass()ParameterSliderControlslider()A control to display a horizontal toggle bar.ParameterTextAreaControltextArea()A control to display a text box that is used to enter multiple entries.ParameterTextFieldControltextField()A control to display a text box that is used to enter a single entry.ParameterControl.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
-
dateTimePicker
public final ParameterDateTimePickerControl dateTimePicker()
A control from a date parameter that specifies date and time.
- Returns:
- A control from a date parameter that specifies date and time.
-
list
public final ParameterListControl list()
A control to display a list with buttons or boxes that are used to select either a single value or multiple values.
- Returns:
- A control to display a list with buttons or boxes that are used to select either a single value or multiple values.
-
dropdown
public final ParameterDropDownControl dropdown()
A control to display a dropdown list with buttons that are used to select a single value.
- Returns:
- A control to display a dropdown list with buttons that are used to select a single value.
-
textField
public final ParameterTextFieldControl textField()
A control to display a text box that is used to enter a single entry.
- Returns:
- A control to display a text box that is used to enter a single entry.
-
textArea
public final ParameterTextAreaControl textArea()
A control to display a text box that is used to enter multiple entries.
- Returns:
- A control to display a text box that is used to enter multiple entries.
-
slider
public final ParameterSliderControl slider()
A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
- Returns:
- A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
-
toBuilder
public ParameterControl.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ParameterControl.Builder,ParameterControl>
-
builder
public static ParameterControl.Builder builder()
-
serializableBuilderClass
public static Class<? extends ParameterControl.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.
-
-