Interface InAppMessageBodyConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InAppMessageBodyConfig.Builder,
,InAppMessageBodyConfig> SdkBuilder<InAppMessageBodyConfig.Builder,
,InAppMessageBodyConfig> SdkPojo
- Enclosing class:
InAppMessageBodyConfig
public static interface InAppMessageBodyConfig.Builder
extends SdkPojo, CopyableBuilder<InAppMessageBodyConfig.Builder,InAppMessageBodyConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe alignment of the text.The alignment of the text.Message Body.The text color.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, sdkFields
-
Method Details
-
alignment
The alignment of the text. Valid values: LEFT, CENTER, RIGHT.
- Parameters:
alignment
- The alignment of the text. Valid values: LEFT, CENTER, RIGHT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
alignment
The alignment of the text. Valid values: LEFT, CENTER, RIGHT.
- Parameters:
alignment
- The alignment of the text. Valid values: LEFT, CENTER, RIGHT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
body
Message Body.
- Parameters:
body
- Message Body.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textColor
The text color.
- Parameters:
textColor
- The text color.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-