Class FilterControl
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.FilterControl
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FilterControl.Builder,FilterControl>
@Generated("software.amazon.awssdk:codegen") public final class FilterControl extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FilterControl.Builder,FilterControl>
The control of a filter that is used to interact with 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 interfaceFilterControl.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FilterControl.Builderbuilder()FilterDateTimePickerControldateTimePicker()A control from a date filter that is used to specify date and time.FilterDropDownControldropdown()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()FilterListControllist()A control to display a list of buttons or boxes.FilterRelativeDateTimeControlrelativeDateTime()A control from a date filter that is used to specify the relative date.List<SdkField<?>>sdkFields()static Class<? extends FilterControl.Builder>serializableBuilderClass()FilterSliderControlslider()A control to display a horizontal toggle bar.FilterTextAreaControltextArea()A control to display a text box that is used to enter multiple entries.FilterTextFieldControltextField()A control to display a text box that is used to enter a single entry.FilterControl.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 FilterDateTimePickerControl dateTimePicker()
A control from a date filter that is used to specify date and time.
- Returns:
- A control from a date filter that is used to specify date and time.
-
list
public final FilterListControl list()
A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
- Returns:
- A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
-
dropdown
public final FilterDropDownControl 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 FilterTextFieldControl 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 FilterTextAreaControl 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 FilterSliderControl 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.
-
relativeDateTime
public final FilterRelativeDateTimeControl relativeDateTime()
A control from a date filter that is used to specify the relative date.
- Returns:
- A control from a date filter that is used to specify the relative date.
-
toBuilder
public FilterControl.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FilterControl.Builder,FilterControl>
-
builder
public static FilterControl.Builder builder()
-
serializableBuilderClass
public static Class<? extends FilterControl.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.
-
-