Interface EmailTemplateContent.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EmailTemplateContent.Builder,,- EmailTemplateContent> - SdkBuilder<EmailTemplateContent.Builder,,- EmailTemplateContent> - SdkPojo
- Enclosing class:
- EmailTemplateContent
@Mutable
@NotThreadSafe
public static interface EmailTemplateContent.Builder
extends SdkPojo, CopyableBuilder<EmailTemplateContent.Builder,EmailTemplateContent> 
- 
Method SummaryModifier and TypeMethodDescriptionThe HTML body of the email.The subject line of the email.The email body that will be visible to recipients whose email clients do not display HTML.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
subjectThe subject line of the email. - Parameters:
- subject- The subject line of the email.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
textThe email body that will be visible to recipients whose email clients do not display HTML. - Parameters:
- text- The email body that will be visible to recipients whose email clients do not display HTML.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
htmlThe HTML body of the email. - Parameters:
- html- The HTML body of the email.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-