| Modifier and Type | Method and Description |
|---|---|
Bounce |
build() |
static Bounce.Builder |
create() |
Bounce.Builder |
sender(String sender)
(experimental) The email address of the sender of the bounced email.
|
Bounce.Builder |
template(BounceTemplate template)
(experimental) The template containing the message, reply code and status code.
|
Bounce.Builder |
topic(ITopic topic)
(experimental) The SNS topic to notify when the bounce action is taken.
|
@Stability(value=Experimental) public static Bounce.Builder create()
Bounce.Builder.@Stability(value=Experimental) public Bounce.Builder sender(String sender)
This is the address from which the bounce message will be sent.
sender - The email address of the sender of the bounced email. This parameter is required.this@Stability(value=Experimental) public Bounce.Builder template(BounceTemplate template)
template - The template containing the message, reply code and status code. This parameter is required.this@Stability(value=Experimental) public Bounce.Builder topic(ITopic topic)
Default: no notification
topic - The SNS topic to notify when the bounce action is taken. This parameter is required.thisCopyright © 2021. All rights reserved.