Interface ControlTitleFormatText.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ControlTitleFormatText.Builder,,ControlTitleFormatText> SdkBuilder<ControlTitleFormatText.Builder,,ControlTitleFormatText> SdkPojo
- Enclosing class:
ControlTitleFormatText
@Mutable
@NotThreadSafe
public static interface ControlTitleFormatText.Builder
extends SdkPojo, CopyableBuilder<ControlTitleFormatText.Builder,ControlTitleFormatText>
-
Method Summary
Modifier and TypeMethodDescriptionThe plain text format of the title text.The rich text format of the title text.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
plainText
The plain text format of the title text.
- Parameters:
plainText- The plain text format of the title text.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
richText
The rich text format of the title text.
- Parameters:
richText- The rich text format of the title text.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-