Interface InAppMessageHeaderConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<InAppMessageHeaderConfig.Builder,,InAppMessageHeaderConfig> SdkBuilder<InAppMessageHeaderConfig.Builder,,InAppMessageHeaderConfig> SdkPojo
- Enclosing class:
 InAppMessageHeaderConfig
public static interface InAppMessageHeaderConfig.Builder
extends SdkPojo, CopyableBuilder<InAppMessageHeaderConfig.Builder,InAppMessageHeaderConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe alignment of the text.The alignment of the text.Message Header.The text color.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, 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:
 
 - 
header
Message Header.
- Parameters:
 header- Message Header.- 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.
 
 
 -