Interface InboundAdditionalRecipients.Builder

  • Method Details

    • toAddresses

      The additional recipients information present in to list. You must have 1 required recipient ( DestinationEmailAddress). You can then specify up to 49 additional recipients (across ToAddresses and CcAddresses), for a total of 50 recipients.

      Parameters:
      toAddresses - The additional recipients information present in to list. You must have 1 required recipient ( DestinationEmailAddress). You can then specify up to 49 additional recipients (across ToAddresses and CcAddresses), for a total of 50 recipients.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • toAddresses

      The additional recipients information present in to list. You must have 1 required recipient ( DestinationEmailAddress). You can then specify up to 49 additional recipients (across ToAddresses and CcAddresses), for a total of 50 recipients.

      Parameters:
      toAddresses - The additional recipients information present in to list. You must have 1 required recipient ( DestinationEmailAddress). You can then specify up to 49 additional recipients (across ToAddresses and CcAddresses), for a total of 50 recipients.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • toAddresses

      The additional recipients information present in to list. You must have 1 required recipient ( DestinationEmailAddress). You can then specify up to 49 additional recipients (across ToAddresses and CcAddresses), for a total of 50 recipients.

      This is a convenience method that creates an instance of the EmailAddressInfo.Builder avoiding the need to create one manually via EmailAddressInfo.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to toAddresses(List<EmailAddressInfo>).

      Parameters:
      toAddresses - a consumer that will call methods on EmailAddressInfo.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ccAddresses

      The additional recipients information present in cc list. You must have 1 required recipient ( DestinationEmailAddress). You can then specify up to 49 additional recipients (across ToAddresses and CcAddresses), for a total of 50 recipients.

      Parameters:
      ccAddresses - The additional recipients information present in cc list. You must have 1 required recipient ( DestinationEmailAddress). You can then specify up to 49 additional recipients (across ToAddresses and CcAddresses), for a total of 50 recipients.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ccAddresses

      The additional recipients information present in cc list. You must have 1 required recipient ( DestinationEmailAddress). You can then specify up to 49 additional recipients (across ToAddresses and CcAddresses), for a total of 50 recipients.

      Parameters:
      ccAddresses - The additional recipients information present in cc list. You must have 1 required recipient ( DestinationEmailAddress). You can then specify up to 49 additional recipients (across ToAddresses and CcAddresses), for a total of 50 recipients.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ccAddresses

      The additional recipients information present in cc list. You must have 1 required recipient ( DestinationEmailAddress). You can then specify up to 49 additional recipients (across ToAddresses and CcAddresses), for a total of 50 recipients.

      This is a convenience method that creates an instance of the EmailAddressInfo.Builder avoiding the need to create one manually via EmailAddressInfo.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to ccAddresses(List<EmailAddressInfo>).

      Parameters:
      ccAddresses - a consumer that will call methods on EmailAddressInfo.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: