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 interface
ParameterControl.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParameterControl.Builder
builder()
ParameterDateTimePickerControl
dateTimePicker()
A control from a date parameter that specifies date and time.ParameterDropDownControl
dropdown()
A control to display a dropdown list with buttons that are used to select a single value.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
ParameterListControl
list()
A control to display a list with buttons or boxes that are used to select either a single value or multiple values.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends ParameterControl.Builder>
serializableBuilderClass()
ParameterSliderControl
slider()
A control to display a horizontal toggle bar.ParameterTextAreaControl
textArea()
A control to display a text box that is used to enter multiple entries.ParameterTextFieldControl
textField()
A control to display a text box that is used to enter a single entry.ParameterControl.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
-
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:
toBuilder
in 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:
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-