CopyableBuilder<MessageDsn.Builder,MessageDsn>
, SdkBuilder<MessageDsn.Builder,MessageDsn>
public static interface MessageDsn.Builder extends CopyableBuilder<MessageDsn.Builder,MessageDsn>
Modifier and Type | Method | Description |
---|---|---|
MessageDsn.Builder |
arrivalDate(Date arrivalDate) |
When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.
|
MessageDsn.Builder |
extensionFields(Collection<ExtensionField> extensionFields) |
Additional X-headers to include in the DSN.
|
MessageDsn.Builder |
extensionFields(ExtensionField... extensionFields) |
Additional X-headers to include in the DSN.
|
MessageDsn.Builder |
reportingMta(String reportingMta) |
The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (
mta-name-type; mta-name ). |
copy
apply, build
MessageDsn.Builder reportingMta(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
.
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
.MessageDsn.Builder arrivalDate(Date arrivalDate)
When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.
arrivalDate
- When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.MessageDsn.Builder extensionFields(Collection<ExtensionField> extensionFields)
Additional X-headers to include in the DSN.
extensionFields
- Additional X-headers to include in the DSN.MessageDsn.Builder extensionFields(ExtensionField... extensionFields)
Additional X-headers to include in the DSN.
NOTE: This method appends the values to the existing list (if any). Use
#setExtensionFields(java.util.Collection)
or #withExtensionFields(java.util.Collection)
if
you want to override the existing values.
extensionFields
- Additional X-headers to include in the DSN.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.