Uses of Interface
software.amazon.awssdk.services.ses.model.RecipientDsnFields.Builder
Packages that use RecipientDsnFields.Builder
-
Uses of RecipientDsnFields.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return RecipientDsnFields.BuilderModifier and TypeMethodDescriptionThe action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address.The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address.static RecipientDsnFields.BuilderRecipientDsnFields.builder()RecipientDsnFields.Builder.diagnosticCode(String diagnosticCode) An extended explanation of what went wrong; this is usually an SMTP response.RecipientDsnFields.Builder.extensionFields(Collection<ExtensionField> extensionFields) Additional X-headers to include in the DSN.RecipientDsnFields.Builder.extensionFields(Consumer<ExtensionField.Builder>... extensionFields) Additional X-headers to include in the DSN.RecipientDsnFields.Builder.extensionFields(ExtensionField... extensionFields) Additional X-headers to include in the DSN.RecipientDsnFields.Builder.finalRecipient(String finalRecipient) The email address that the message was ultimately delivered to.RecipientDsnFields.Builder.lastAttemptDate(Instant lastAttemptDate) The time the final delivery attempt was made, in RFC 822 date-time format.The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name).The status code that indicates what went wrong.RecipientDsnFields.toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type RecipientDsnFields.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RecipientDsnFields.Builder>RecipientDsnFields.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type RecipientDsnFields.BuilderModifier and TypeMethodDescriptiondefault BouncedRecipientInfo.BuilderBouncedRecipientInfo.Builder.recipientDsnFields(Consumer<RecipientDsnFields.Builder> recipientDsnFields) Recipient-related DSN fields, most of which would normally be filled in automatically when provided with aBounceType.