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