BouncedRecipientInfo.Builder |
BouncedRecipientInfo.Builder.bounceType(String bounceType) |
The reason for the bounce.
|
BouncedRecipientInfo.Builder |
BouncedRecipientInfo.Builder.bounceType(BounceType bounceType) |
The reason for the bounce.
|
static BouncedRecipientInfo.Builder |
BouncedRecipientInfo.builder() |
|
BouncedRecipientInfo.Builder |
BouncedRecipientInfo.Builder.recipient(String recipient) |
The email address of the recipient of the bounced email.
|
BouncedRecipientInfo.Builder |
BouncedRecipientInfo.Builder.recipientArn(String recipientArn) |
This parameter is used only for sending authorization.
|
default BouncedRecipientInfo.Builder |
BouncedRecipientInfo.Builder.recipientDsnFields(Consumer<RecipientDsnFields.Builder> recipientDsnFields) |
Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a
BounceType.
|
BouncedRecipientInfo.Builder |
BouncedRecipientInfo.Builder.recipientDsnFields(RecipientDsnFields recipientDsnFields) |
Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a
BounceType.
|
BouncedRecipientInfo.Builder |
BouncedRecipientInfo.toBuilder() |
|