ToCopyableBuilder<MessageDsn.Builder,MessageDsn>
@Generated("software.amazon.awssdk:codegen") public class MessageDsn extends Object implements ToCopyableBuilder<MessageDsn.Builder,MessageDsn>
Message-related information to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.
For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.
Modifier and Type | Class | Description |
---|---|---|
static interface |
MessageDsn.Builder |
Modifier and Type | Method | Description |
---|---|---|
Date |
arrivalDate() |
When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.
|
static MessageDsn.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<ExtensionField> |
extensionFields() |
Additional X-headers to include in the DSN.
|
int |
hashCode() |
|
String |
reportingMta() |
The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (
mta-name-type; mta-name ). |
static Class<? extends MessageDsn.Builder> |
serializableBuilderClass() |
|
MessageDsn.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String reportingMta()
The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). The default value
is dns; inbound-smtp.[region].amazonaws.com
.
mta-name-type; mta-name
). The
default value is dns; inbound-smtp.[region].amazonaws.com
.public Date arrivalDate()
When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.
public List<ExtensionField> extensionFields()
Additional X-headers to include in the DSN.
public MessageDsn.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<MessageDsn.Builder,MessageDsn>
public static MessageDsn.Builder builder()
public static Class<? extends MessageDsn.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.