Interface BouncedRecipientInfo.Builder

    • Method Detail

      • recipient

        BouncedRecipientInfo.Builder recipient​(String recipient)

        The email address of the recipient of the bounced email.

        Parameters:
        recipient - The email address of the recipient of the bounced email.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recipientArn

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bounceType

        BouncedRecipientInfo.Builder bounceType​(String bounceType)

        The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

        Parameters:
        bounceType - The reason for the bounce. You must provide either this parameter or RecipientDsnFields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BounceType, BounceType
      • bounceType

        BouncedRecipientInfo.Builder bounceType​(BounceType bounceType)

        The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

        Parameters:
        bounceType - The reason for the bounce. You must provide either this parameter or RecipientDsnFields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BounceType, BounceType
      • recipientDsnFields

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.