Class TextFieldControlDisplayOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.TextFieldControlDisplayOptions
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<TextFieldControlDisplayOptions.Builder,TextFieldControlDisplayOptions>
@Generated("software.amazon.awssdk:codegen") public final class TextFieldControlDisplayOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TextFieldControlDisplayOptions.Builder,TextFieldControlDisplayOptions>
The display options of a control.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TextFieldControlDisplayOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TextFieldControlDisplayOptions.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
SheetControlInfoIconLabelOptions
infoIconLabelOptions()
The configuration of info icon label options.TextControlPlaceholderOptions
placeholderOptions()
The configuration of the placeholder options in a text field control.List<SdkField<?>>
sdkFields()
static Class<? extends TextFieldControlDisplayOptions.Builder>
serializableBuilderClass()
LabelOptions
titleOptions()
The options to configure the title visibility, name, and font size.TextFieldControlDisplayOptions.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
-
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.
-
placeholderOptions
public final TextControlPlaceholderOptions placeholderOptions()
The configuration of the placeholder options in a text field control.
- Returns:
- The configuration of the placeholder options in a text field control.
-
infoIconLabelOptions
public final SheetControlInfoIconLabelOptions infoIconLabelOptions()
The configuration of info icon label options.
- Returns:
- The configuration of info icon label options.
-
toBuilder
public TextFieldControlDisplayOptions.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<TextFieldControlDisplayOptions.Builder,TextFieldControlDisplayOptions>
-
builder
public static TextFieldControlDisplayOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends TextFieldControlDisplayOptions.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.
-
-