Uses of Interface
software.amazon.awssdk.services.quicksight.model.LongFormatText.Builder
-
Packages that use LongFormatText.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of LongFormatText.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return LongFormatText.Builder Modifier and Type Method Description static LongFormatText.BuilderLongFormatText. builder()LongFormatText.BuilderLongFormatText.Builder. plainText(String plainText)Plain text format.LongFormatText.BuilderLongFormatText.Builder. richText(String richText)Rich text.LongFormatText.BuilderLongFormatText. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type LongFormatText.Builder Modifier and Type Method Description static Class<? extends LongFormatText.Builder>LongFormatText. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type LongFormatText.Builder Modifier and Type Method Description default VisualSubtitleLabelOptions.BuilderVisualSubtitleLabelOptions.Builder. formatText(Consumer<LongFormatText.Builder> formatText)The long text format of the subtitle label, such as plain text or rich text.
-