Interface LongFormatText.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LongFormatText.Builder,LongFormatText>,SdkBuilder<LongFormatText.Builder,LongFormatText>,SdkPojo
- Enclosing class:
- LongFormatText
@Mutable @NotThreadSafe public static interface LongFormatText.Builder extends SdkPojo, CopyableBuilder<LongFormatText.Builder,LongFormatText>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LongFormatText.BuilderplainText(String plainText)Plain text format.LongFormatText.BuilderrichText(String richText)Rich text.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
plainText
LongFormatText.Builder plainText(String plainText)
Plain text format.
- Parameters:
plainText- Plain text format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
richText
LongFormatText.Builder richText(String richText)
Rich text. Examples of rich text include bold, underline, and italics.
- Parameters:
richText- Rich text. Examples of rich text include bold, underline, and italics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-