@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.056Z") @Stability(value=Experimental) public interface BounceActionConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BounceActionConfig.Builder
A builder for
BounceActionConfig |
static class |
BounceActionConfig.Jsii$Proxy
An implementation for
BounceActionConfig |
| Modifier and Type | Method and Description |
|---|---|
static BounceActionConfig.Builder |
builder() |
String |
getMessage()
(experimental) Human-readable text to include in the bounce message.
|
String |
getSender()
(experimental) The email address of the sender of the bounced email.
|
String |
getSmtpReplyCode()
(experimental) The SMTP reply code, as defined by RFC 5321.
|
default String |
getStatusCode()
(experimental) The SMTP enhanced status code, as defined by RFC 3463.
|
default String |
getTopicArn()
(experimental) The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken.
|
@Stability(value=Experimental) @NotNull String getMessage()
@Stability(value=Experimental) @NotNull String getSender()
This is the address that the bounce message is sent from.
@Stability(value=Experimental) @NotNull String getSmtpReplyCode()
@Stability(value=Experimental) @Nullable default String getStatusCode()
Default: - No status code.
@Stability(value=Experimental) @Nullable default String getTopicArn()
Default: - No notification is sent to SNS.
@Stability(value=Experimental) static BounceActionConfig.Builder builder()
BounceActionConfig.Builder of BounceActionConfigCopyright © 2021. All rights reserved.