@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.224Z") @Stability(value=Stable) public interface BounceTemplateProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ses.actions.*;
BounceTemplateProps bounceTemplateProps = BounceTemplateProps.builder()
.message("message")
.smtpReplyCode("smtpReplyCode")
// the properties below are optional
.statusCode("statusCode")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
BounceTemplateProps.Builder
A builder for
BounceTemplateProps |
static class |
BounceTemplateProps.Jsii$Proxy
An implementation for
BounceTemplateProps |
| Modifier and Type | Method and Description |
|---|---|
static BounceTemplateProps.Builder |
builder() |
String |
getMessage()
Human-readable text to include in the bounce message.
|
String |
getSmtpReplyCode()
The SMTP reply code, as defined by RFC 5321.
|
default String |
getStatusCode()
The SMTP enhanced status code, as defined by RFC 3463.
|
@Stability(value=Stable) @NotNull String getMessage()
@Stability(value=Stable) @NotNull String getSmtpReplyCode()
@Stability(value=Stable) @Nullable default String getStatusCode()
@Stability(value=Stable) static BounceTemplateProps.Builder builder()
BounceTemplateProps.Builder of BounceTemplatePropsCopyright © 2022. All rights reserved.