Interface EmailRecipient.Builder

  • Method Details

    • address

      EmailRecipient.Builder address(String address)

      Address of the email recipient.

      Type: String

      Length Constraints: Minimum length of 1. Maximum length of 256.

      Parameters:
      address - Address of the email recipient.

      Type: String

      Length Constraints: Minimum length of 1. Maximum length of 256.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      EmailRecipient.Builder displayName(String displayName)

      Display name of the email recipient.

      Type: String

      Length Constraints: Minimum length of 1. Maximum length of 256.

      Parameters:
      displayName - Display name of the email recipient.

      Type: String

      Length Constraints: Minimum length of 1. Maximum length of 256.

      Returns:
      Returns a reference to this object so that method calls can be chained together.