Class ListControlDisplayOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.ListControlDisplayOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListControlDisplayOptions.Builder,ListControlDisplayOptions>
@Generated("software.amazon.awssdk:codegen") public final class ListControlDisplayOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListControlDisplayOptions.Builder,ListControlDisplayOptions>
The display options of a control.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListControlDisplayOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListControlDisplayOptions.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()SheetControlInfoIconLabelOptionsinfoIconLabelOptions()The configuration of info icon label options.List<SdkField<?>>sdkFields()ListControlSearchOptionssearchOptions()The configuration of the search options in a list control.ListControlSelectAllOptionsselectAllOptions()The configuration of theSelect alloptions in a list control.static Class<? extends ListControlDisplayOptions.Builder>serializableBuilderClass()LabelOptionstitleOptions()The options to configure the title visibility, name, and font size.ListControlDisplayOptions.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
-
searchOptions
public final ListControlSearchOptions searchOptions()
The configuration of the search options in a list control.
- Returns:
- The configuration of the search options in a list control.
-
selectAllOptions
public final ListControlSelectAllOptions selectAllOptions()
The configuration of the
Select alloptions in a list control.- Returns:
- The configuration of the
Select alloptions in a list control.
-
titleOptions
public final LabelOptions titleOptions()
The options to configure the title visibility, name, and font size.
- Returns:
- The options to configure the title visibility, name, and font size.
-
infoIconLabelOptions
public final SheetControlInfoIconLabelOptions infoIconLabelOptions()
The configuration of info icon label options.
- Returns:
- The configuration of info icon label options.
-
toBuilder
public ListControlDisplayOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListControlDisplayOptions.Builder,ListControlDisplayOptions>
-
builder
public static ListControlDisplayOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListControlDisplayOptions.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.
-
-