public static interface GetMessageInsightsResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<GetMessageInsightsResponse.Builder,GetMessageInsightsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMessageInsightsResponse.Builder |
emailTags(Collection<MessageTag> emailTags)
A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon
SES Auto-Tags.
|
GetMessageInsightsResponse.Builder |
emailTags(Consumer<MessageTag.Builder>... emailTags)
A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon
SES Auto-Tags.
|
GetMessageInsightsResponse.Builder |
emailTags(MessageTag... emailTags)
A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon
SES Auto-Tags.
|
GetMessageInsightsResponse.Builder |
fromEmailAddress(String fromEmailAddress)
The from address used to send the message.
|
GetMessageInsightsResponse.Builder |
insights(Collection<EmailInsights> insights)
A set of insights associated with the message.
|
GetMessageInsightsResponse.Builder |
insights(Consumer<EmailInsights.Builder>... insights)
A set of insights associated with the message.
|
GetMessageInsightsResponse.Builder |
insights(EmailInsights... insights)
A set of insights associated with the message.
|
GetMessageInsightsResponse.Builder |
messageId(String messageId)
A unique identifier for the message.
|
GetMessageInsightsResponse.Builder |
subject(String subject)
The subject line of the message.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMessageInsightsResponse.Builder messageId(String messageId)
A unique identifier for the message.
messageId - A unique identifier for the message.GetMessageInsightsResponse.Builder fromEmailAddress(String fromEmailAddress)
The from address used to send the message.
fromEmailAddress - The from address used to send the message.GetMessageInsightsResponse.Builder subject(String subject)
The subject line of the message.
subject - The subject line of the message.GetMessageInsightsResponse.Builder emailTags(Collection<MessageTag> emailTags)
A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon SES Auto-Tags.
emailTags - A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with
Amazon SES Auto-Tags.GetMessageInsightsResponse.Builder emailTags(MessageTag... emailTags)
A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon SES Auto-Tags.
emailTags - A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with
Amazon SES Auto-Tags.GetMessageInsightsResponse.Builder emailTags(Consumer<MessageTag.Builder>... emailTags)
A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon SES Auto-Tags.
This is a convenience method that creates an instance of theMessageTag.Builder avoiding the need to create one
manually via MessageTag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #emailTags(List.
emailTags - a consumer that will call methods on
MessageTag.Builder#emailTags(java.util.Collection) GetMessageInsightsResponse.Builder insights(Collection<EmailInsights> insights)
A set of insights associated with the message.
insights - A set of insights associated with the message.GetMessageInsightsResponse.Builder insights(EmailInsights... insights)
A set of insights associated with the message.
insights - A set of insights associated with the message.GetMessageInsightsResponse.Builder insights(Consumer<EmailInsights.Builder>... insights)
A set of insights associated with the message.
This is a convenience method that creates an instance of theEmailInsights.Builder avoiding the need to create one
manually via EmailInsights.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #insights(List.
insights - a consumer that will call methods on
EmailInsights.Builder#insights(java.util.Collection) Copyright © 2023. All rights reserved.