public static interface BounceAction.Builder extends SdkPojo, CopyableBuilder<BounceAction.Builder,BounceAction>
| Modifier and Type | Method and Description |
|---|---|
BounceAction.Builder |
message(String message)
Human-readable text to include in the bounce message.
|
BounceAction.Builder |
sender(String sender)
The email address of the sender of the bounced email.
|
BounceAction.Builder |
smtpReplyCode(String smtpReplyCode)
The SMTP reply code, as defined by RFC 5321.
|
BounceAction.Builder |
statusCode(String statusCode)
The SMTP enhanced status code, as defined by RFC 3463.
|
BounceAction.Builder |
topicArn(String topicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBounceAction.Builder topicArn(String topicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. You can find the ARN of a topic by using the ListTopics operation in Amazon SNS.
For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
topicArn - The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. You
can find the ARN of a topic by using the ListTopics operation in
Amazon SNS.
For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
BounceAction.Builder smtpReplyCode(String smtpReplyCode)
The SMTP reply code, as defined by RFC 5321.
smtpReplyCode - The SMTP reply code, as defined by RFC 5321.BounceAction.Builder statusCode(String statusCode)
The SMTP enhanced status code, as defined by RFC 3463.
statusCode - The SMTP enhanced status code, as defined by RFC
3463.BounceAction.Builder message(String message)
Human-readable text to include in the bounce message.
message - Human-readable text to include in the bounce message.BounceAction.Builder sender(String sender)
The email address of the sender of the bounced email. This is the address from which the bounce message is sent.
sender - The email address of the sender of the bounced email. This is the address from which the bounce
message is sent.Copyright © 2023. All rights reserved.