Interface SendEmailResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<SendEmailResponse.Builder,SendEmailResponse>, SdkBuilder<SendEmailResponse.Builder,SendEmailResponse>, SdkPojo, SdkResponse.Builder, SesV2Response.Builder
Enclosing class:
SendEmailResponse

public static interface SendEmailResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<SendEmailResponse.Builder,SendEmailResponse>
  • Method Details

    • messageId

      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. For example, this can happen when the message that you're trying to send has an attachment that contains a virus, or when you send a templated email that contains invalid personalization content.

      Parameters:
      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. For example, this can happen when the message that you're trying to send has an attachment that contains a virus, or when you send a templated email that contains invalid personalization content.

      Returns:
      Returns a reference to this object so that method calls can be chained together.