| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static LongFormatText.Builder |
LongFormatText.builder() |
LongFormatText.Builder |
LongFormatText.Builder.plainText(String plainText)
Plain text format.
|
LongFormatText.Builder |
LongFormatText.Builder.richText(String richText)
Rich text.
|
LongFormatText.Builder |
LongFormatText.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LongFormatText.Builder> |
LongFormatText.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default VisualSubtitleLabelOptions.Builder |
VisualSubtitleLabelOptions.Builder.formatText(Consumer<LongFormatText.Builder> formatText)
The long text format of the subtitle label, such as plain text or rich text.
|
Copyright © 2023. All rights reserved.