Interface SendEmailRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<SendEmailRequest.Builder,,- SendEmailRequest> - SdkBuilder<SendEmailRequest.Builder,,- SendEmailRequest> - SdkPojo,- SdkRequest.Builder,- SesRequest.Builder
- Enclosing class:
- SendEmailRequest
- 
Method SummaryModifier and TypeMethodDescriptionconfigurationSetName(String configurationSetName) The name of the configuration set to use when you send an email usingSendEmail.default SendEmailRequest.Builderdestination(Consumer<Destination.Builder> destination) The destination for this email, composed of To:, CC:, and BCC: fields.destination(Destination destination) The destination for this email, composed of To:, CC:, and BCC: fields.default SendEmailRequest.Buildermessage(Consumer<Message.Builder> message) The message to be sent.The message to be sent.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.replyToAddresses(String... replyToAddresses) The reply-to email address(es) for the message.replyToAddresses(Collection<String> replyToAddresses) The reply-to email address(es) for the message.returnPath(String returnPath) The email address that bounces and complaints are forwarded to when feedback forwarding is enabled.returnPathArn(String returnPathArn) This parameter is used only for sending authorization.The email address that is sending the email.This parameter is used only for sending authorization.tags(Collection<MessageTag> tags) A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendEmail.tags(Consumer<MessageTag.Builder>... tags) A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendEmail.tags(MessageTag... tags) A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendEmail.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ses.model.SesRequest.Builderbuild
- 
Method Details- 
sourceThe email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide. If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArnparameter. For more information about sending authorization, see the Amazon SES Developer Guide.Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the email address string must be 7-bit ASCII. If you want to send to or from email addresses that contain Unicode characters in the domain part of an address, you must encode the domain using Punycode. Punycode is not permitted in the local part of the email address (the part before the @ sign) nor in the "friendly from" name. If you want to use Unicode characters in the "friendly from" name, you must encode the "friendly from" name using MIME encoded-word syntax, as described in Sending raw email using the Amazon SES API. For more information about Punycode, see RFC 3492. - Parameters:
- source- The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.- If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the - SourceArnparameter. For more information about sending authorization, see the Amazon SES Developer Guide.- Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the email address string must be 7-bit ASCII. If you want to send to or from email addresses that contain Unicode characters in the domain part of an address, you must encode the domain using Punycode. Punycode is not permitted in the local part of the email address (the part before the @ sign) nor in the "friendly from" name. If you want to use Unicode characters in the "friendly from" name, you must encode the "friendly from" name using MIME encoded-word syntax, as described in Sending raw email using the Amazon SES API. For more information about Punycode, see RFC 3492. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
destinationThe destination for this email, composed of To:, CC:, and BCC: fields. - Parameters:
- destination- The destination for this email, composed of To:, CC:, and BCC: fields.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
destinationThe destination for this email, composed of To:, CC:, and BCC: fields. This is a convenience method that creates an instance of theDestination.Builderavoiding the need to create one manually viaDestination.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todestination(Destination).- Parameters:
- destination- a consumer that will call methods on- Destination.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
messageThe message to be sent. - Parameters:
- message- The message to be sent.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
messageThe message to be sent. This is a convenience method that creates an instance of theMessage.Builderavoiding the need to create one manually viaMessage.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomessage(Message).- Parameters:
- message- a consumer that will call methods on- Message.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
replyToAddressesThe reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address receives the reply. - Parameters:
- replyToAddresses- The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address receives the reply.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
replyToAddressesThe reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address receives the reply. - Parameters:
- replyToAddresses- The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address receives the reply.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
returnPathThe email address that bounces and complaints are forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message is returned from the recipient's ISP; this message is forwarded to the email address specified by the ReturnPathparameter. TheReturnPathparameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.- Parameters:
- returnPath- The email address that bounces and complaints are forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message is returned from the recipient's ISP; this message is forwarded to the email address specified by the- ReturnPathparameter. The- ReturnPathparameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceArnThis 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 send for the email address specified in the Sourceparameter.For example, if the owner of example.com(which has ARNarn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to send fromuser@example.com, then you would specify theSourceArnto bearn:aws:ses:us-east-1:123456789012:identity/example.com, and theSourceto beuser@example.com.For more information about sending authorization, see the Amazon SES Developer Guide. - Parameters:
- sourceArn- 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 send for the email address specified in the- Sourceparameter.- 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 send from- user@example.com, then you would specify the- SourceArnto be- arn:aws:ses:us-east-1:123456789012:identity/example.com, and the- Sourceto be- user@example.com.- For more information about sending authorization, see the Amazon SES Developer Guide. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
returnPathArnThis 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 ReturnPathparameter.For example, if the owner of example.com(which has ARNarn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to usefeedback@example.com, then you would specify theReturnPathArnto bearn:aws:ses:us-east-1:123456789012:identity/example.com, and theReturnPathto befeedback@example.com.For more information about sending authorization, see the Amazon SES Developer Guide. - Parameters:
- returnPathArn- 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- ReturnPathparameter.- 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- ReturnPathArnto be- arn:aws:ses:us-east-1:123456789012:identity/example.com, and the- ReturnPathto be- feedback@example.com.- For more information about sending authorization, see the Amazon SES Developer Guide. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsA list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.- Parameters:
- tags- A list of tags, in the form of name/value pairs, to apply to an email that you send using- SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsA list of tags, in the form of name/value pairs, to apply to an email that you send using SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.- Parameters:
- tags- A list of tags, in the form of name/value pairs, to apply to an email that you send using- SendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsA list of tags, in the form of name/value pairs, to apply to an email that you send using This is a convenience method that creates an instance of theSendEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.MessageTag.Builderavoiding the need to create one manually viaMessageTag.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<MessageTag>).- Parameters:
- tags- a consumer that will call methods on- MessageTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
configurationSetNameThe name of the configuration set to use when you send an email using SendEmail.- Parameters:
- configurationSetName- The name of the configuration set to use when you send an email using- SendEmail.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationSendEmailRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationSendEmailRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-