public static interface SendBulkEmailRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<SendBulkEmailRequest.Builder,SendBulkEmailRequest>
| Modifier and Type | Method and Description |
|---|---|
SendBulkEmailRequest.Builder |
bulkEmailEntries(BulkEmailEntry... bulkEmailEntries)
The list of bulk email entry objects.
|
SendBulkEmailRequest.Builder |
bulkEmailEntries(Collection<BulkEmailEntry> bulkEmailEntries)
The list of bulk email entry objects.
|
SendBulkEmailRequest.Builder |
bulkEmailEntries(Consumer<BulkEmailEntry.Builder>... bulkEmailEntries)
The list of bulk email entry objects.
|
SendBulkEmailRequest.Builder |
configurationSetName(String configurationSetName)
The name of the configuration set to use when sending the email.
|
SendBulkEmailRequest.Builder |
defaultContent(BulkEmailContent defaultContent)
An object that contains the body of the message.
|
default SendBulkEmailRequest.Builder |
defaultContent(Consumer<BulkEmailContent.Builder> defaultContent)
An object that contains the body of the message.
|
SendBulkEmailRequest.Builder |
defaultEmailTags(Collection<MessageTag> defaultEmailTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendEmail operation. |
SendBulkEmailRequest.Builder |
defaultEmailTags(Consumer<MessageTag.Builder>... defaultEmailTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendEmail operation. |
SendBulkEmailRequest.Builder |
defaultEmailTags(MessageTag... defaultEmailTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendEmail operation. |
SendBulkEmailRequest.Builder |
feedbackForwardingEmailAddress(String feedbackForwardingEmailAddress)
The address that you want bounce and complaint notifications to be sent to.
|
SendBulkEmailRequest.Builder |
feedbackForwardingEmailAddressIdentityArn(String feedbackForwardingEmailAddressIdentityArn)
This parameter is used only for sending authorization.
|
SendBulkEmailRequest.Builder |
fromEmailAddress(String fromEmailAddress)
The email address to use as the "From" address for the email.
|
SendBulkEmailRequest.Builder |
fromEmailAddressIdentityArn(String fromEmailAddressIdentityArn)
This parameter is used only for sending authorization.
|
SendBulkEmailRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SendBulkEmailRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SendBulkEmailRequest.Builder |
replyToAddresses(Collection<String> replyToAddresses)
The "Reply-to" email addresses for the message.
|
SendBulkEmailRequest.Builder |
replyToAddresses(String... replyToAddresses)
The "Reply-to" email addresses for the message.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSendBulkEmailRequest.Builder fromEmailAddress(String fromEmailAddress)
The email address to use as the "From" address for the email. The address that you specify has to be verified.
fromEmailAddress - The email address to use as the "From" address for the email. The address that you specify has to be
verified.SendBulkEmailRequest.Builder fromEmailAddressIdentityArn(String fromEmailAddressIdentityArn)
This parameter is used only for sending authorization. It is the ARN of the identity that is associated with
the sending authorization policy that permits you to use the email address specified in the
FromEmailAddress parameter.
For example, if the owner of example.com (which has ARN
arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use
sender@example.com, then you would specify the FromEmailAddressIdentityArn to be
arn:aws:ses:us-east-1:123456789012:identity/example.com, and the FromEmailAddress to be
sender@example.com.
For more information about sending authorization, see the Amazon SES Developer Guide.
fromEmailAddressIdentityArn - This parameter is used only for sending authorization. It is the ARN of the identity that is
associated with the sending authorization policy that permits you to use the email address specified
in the FromEmailAddress parameter.
For example, if the owner of example.com (which has ARN
arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you
to use sender@example.com, then you would specify the FromEmailAddressIdentityArn to be
arn:aws:ses:us-east-1:123456789012:identity/example.com, and the FromEmailAddress to be
sender@example.com.
For more information about sending authorization, see the Amazon SES Developer Guide.
SendBulkEmailRequest.Builder replyToAddresses(Collection<String> replyToAddresses)
The "Reply-to" email addresses for the message. When the recipient replies to the message, each Reply-to address receives the reply.
replyToAddresses - The "Reply-to" email addresses for the message. When the recipient replies to the message, each
Reply-to address receives the reply.SendBulkEmailRequest.Builder replyToAddresses(String... replyToAddresses)
The "Reply-to" email addresses for the message. When the recipient replies to the message, each Reply-to address receives the reply.
replyToAddresses - The "Reply-to" email addresses for the message. When the recipient replies to the message, each
Reply-to address receives the reply.SendBulkEmailRequest.Builder feedbackForwardingEmailAddress(String feedbackForwardingEmailAddress)
The address that you want bounce and complaint notifications to be sent to.
feedbackForwardingEmailAddress - The address that you want bounce and complaint notifications to be sent to.SendBulkEmailRequest.Builder feedbackForwardingEmailAddressIdentityArn(String feedbackForwardingEmailAddressIdentityArn)
This parameter is used only for sending authorization. It is the ARN of the identity that is associated with
the sending authorization policy that permits you to use the email address specified in the
FeedbackForwardingEmailAddress parameter.
For example, if the owner of example.com (which has ARN
arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use
feedback@example.com, then you would specify the FeedbackForwardingEmailAddressIdentityArn to be
arn:aws:ses:us-east-1:123456789012:identity/example.com, and the FeedbackForwardingEmailAddress
to be feedback@example.com.
For more information about sending authorization, see the Amazon SES Developer Guide.
feedbackForwardingEmailAddressIdentityArn - This parameter is used only for sending authorization. It is the ARN of the identity that is
associated with the sending authorization policy that permits you to use the email address specified
in the FeedbackForwardingEmailAddress parameter.
For example, if the owner of example.com (which has ARN
arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you
to use feedback@example.com, then you would specify the
FeedbackForwardingEmailAddressIdentityArn to be
arn:aws:ses:us-east-1:123456789012:identity/example.com, and the
FeedbackForwardingEmailAddress to be feedback@example.com.
For more information about sending authorization, see the Amazon SES Developer Guide.
SendBulkEmailRequest.Builder defaultEmailTags(Collection<MessageTag> defaultEmailTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendEmail operation. Tags correspond to characteristics of the email that you define, so that
you can publish email sending events.
defaultEmailTags - A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendEmail operation. Tags correspond to characteristics of the email that you define, so
that you can publish email sending events.SendBulkEmailRequest.Builder defaultEmailTags(MessageTag... defaultEmailTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendEmail operation. Tags correspond to characteristics of the email that you define, so that
you can publish email sending events.
defaultEmailTags - A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendEmail operation. Tags correspond to characteristics of the email that you define, so
that you can publish email sending events.SendBulkEmailRequest.Builder defaultEmailTags(Consumer<MessageTag.Builder>... defaultEmailTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendEmail operation. Tags correspond to characteristics of the email that you define, so that
you can publish email sending events.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #defaultEmailTags(List) .defaultEmailTags - a consumer that will call methods on List.Builder #defaultEmailTags(List) SendBulkEmailRequest.Builder defaultContent(BulkEmailContent defaultContent)
An object that contains the body of the message. You can specify a template message.
defaultContent - An object that contains the body of the message. You can specify a template message.default SendBulkEmailRequest.Builder defaultContent(Consumer<BulkEmailContent.Builder> defaultContent)
An object that contains the body of the message. You can specify a template message.
This is a convenience method that creates an instance of theBulkEmailContent.Builder avoiding the
need to create one manually via BulkEmailContent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to defaultContent(BulkEmailContent).defaultContent - a consumer that will call methods on BulkEmailContent.BuilderdefaultContent(BulkEmailContent)SendBulkEmailRequest.Builder bulkEmailEntries(Collection<BulkEmailEntry> bulkEmailEntries)
The list of bulk email entry objects.
bulkEmailEntries - The list of bulk email entry objects.SendBulkEmailRequest.Builder bulkEmailEntries(BulkEmailEntry... bulkEmailEntries)
The list of bulk email entry objects.
bulkEmailEntries - The list of bulk email entry objects.SendBulkEmailRequest.Builder bulkEmailEntries(Consumer<BulkEmailEntry.Builder>... bulkEmailEntries)
The list of bulk email entry objects.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #bulkEmailEntries(List) .bulkEmailEntries - a consumer that will call methods on List.Builder #bulkEmailEntries(List) SendBulkEmailRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set to use when sending the email.
configurationSetName - The name of the configuration set to use when sending the email.SendBulkEmailRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSendBulkEmailRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.