public static interface SendEmailResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<SendEmailResponse.Builder,SendEmailResponse>
Modifier and Type | Method and Description |
---|---|
SendEmailResponse.Builder |
messageId(String messageId)
A unique identifier for the message that is generated when the message is accepted.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
SendEmailResponse.Builder messageId(String messageId)
A unique identifier for the message that is generated when the message is accepted.
It's possible for Amazon SES to accept a message without sending it. This can happen when the message that you're trying to send has an attachment contains a virus, or when you send a templated email that contains invalid personalization content, for example.
messageId
- A unique identifier for the message that is generated when the message is accepted. It's possible for Amazon SES to accept a message without sending it. This can happen when the message that you're trying to send has an attachment contains a virus, or when you send a templated email that contains invalid personalization content, for example.
Copyright © 2020. All rights reserved.