Interface EmailContent.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EmailContent.Builder,,- EmailContent> - SdkBuilder<EmailContent.Builder,,- EmailContent> - SdkPojo
- Enclosing class:
- EmailContent
@Mutable
@NotThreadSafe
public static interface EmailContent.Builder
extends SdkPojo, CopyableBuilder<EmailContent.Builder,EmailContent> 
- 
Method SummaryModifier and TypeMethodDescriptionadditionalMessage(String additionalMessage) The message that you want to send.The subject of the email.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 of the email. - Parameters:
- subject- The subject of the email.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
additionalMessageThe message that you want to send. The message can be up to 200 characters. - Parameters:
- additionalMessage- The message that you want to send. The message can be up to 200 characters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-