CopyableBuilder<BouncedRecipientInfo.Builder,BouncedRecipientInfo>
, SdkBuilder<BouncedRecipientInfo.Builder,BouncedRecipientInfo>
public static interface BouncedRecipientInfo.Builder extends CopyableBuilder<BouncedRecipientInfo.Builder,BouncedRecipientInfo>
Modifier and Type | Method | Description |
---|---|---|
BouncedRecipientInfo.Builder |
bounceType(String bounceType) |
The reason for the bounce.
|
BouncedRecipientInfo.Builder |
bounceType(BounceType bounceType) |
The reason for the bounce.
|
BouncedRecipientInfo.Builder |
recipient(String recipient) |
The email address of the recipient of the bounced email.
|
BouncedRecipientInfo.Builder |
recipientArn(String recipientArn) |
This parameter is used only for sending authorization.
|
BouncedRecipientInfo.Builder |
recipientDsnFields(RecipientDsnFields recipientDsnFields) |
Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a
BounceType . |
copy
apply, build
BouncedRecipientInfo.Builder recipient(String recipient)
The email address of the recipient of the bounced email.
recipient
- The email address of the recipient of the bounced email.BouncedRecipientInfo.Builder recipientArn(String recipientArn)
This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.
recipientArn
- This parameter is used only for sending authorization. It is the ARN of the identity that is
associated with the sending authorization policy that permits you to receive email for the recipient
of the bounced email. For more information about sending authorization, see the Amazon SES
Developer Guide.BouncedRecipientInfo.Builder bounceType(String bounceType)
The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
bounceType
- The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.BounceType
BouncedRecipientInfo.Builder bounceType(BounceType bounceType)
The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.
bounceType
- The reason for the bounce. You must provide either this parameter or RecipientDsnFields
.BounceType
BouncedRecipientInfo.Builder recipientDsnFields(RecipientDsnFields recipientDsnFields)
Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a
BounceType
. You must provide either this parameter or BounceType
.
recipientDsnFields
- Recipient-related DSN fields, most of which would normally be filled in automatically when provided
with a BounceType
. You must provide either this parameter or BounceType
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.