Interface ShortFormatText.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ShortFormatText.Builder,ShortFormatText>,SdkBuilder<ShortFormatText.Builder,ShortFormatText>,SdkPojo
- Enclosing class:
- ShortFormatText
@Mutable @NotThreadSafe public static interface ShortFormatText.Builder extends SdkPojo, CopyableBuilder<ShortFormatText.Builder,ShortFormatText>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShortFormatText.BuilderplainText(String plainText)Plain text format.ShortFormatText.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
ShortFormatText.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
ShortFormatText.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.
-
-