@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FilterControl.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FilterControl.Builder |
builder() |
FilterDateTimePickerControl |
dateTimePicker()
A control from a date filter that is used to specify date and time.
|
FilterDropDownControl |
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() |
FilterListControl |
list()
A control to display a list of buttons or boxes.
|
FilterRelativeDateTimeControl |
relativeDateTime()
A control from a date filter that is used to specify the relative date.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FilterControl.Builder> |
serializableBuilderClass() |
FilterSliderControl |
slider()
A control to display a horizontal toggle bar.
|
FilterTextAreaControl |
textArea()
A control to display a text box that is used to enter multiple entries.
|
FilterTextFieldControl |
textField()
A control to display a text box that is used to enter a single entry.
|
FilterControl.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FilterDateTimePickerControl dateTimePicker()
A control from a date filter that is used to specify date and time.
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.
public final FilterDropDownControl dropdown()
A control to display a dropdown list with buttons that are used to select a single value.
public final FilterTextFieldControl textField()
A control to display a text box that is used to enter a single entry.
public final FilterTextAreaControl textArea()
A control to display a text box that is used to enter multiple entries.
public final FilterSliderControl slider()
A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
public final FilterRelativeDateTimeControl relativeDateTime()
A control from a date filter that is used to specify the relative date.
public FilterControl.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FilterControl.Builder,FilterControl>public static FilterControl.Builder builder()
public static Class<? extends FilterControl.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.