Interface Destination.Builder

  • Method Details

    • toAddresses

      Destination.Builder toAddresses(Collection<String> toAddresses)

      An array that contains the email addresses of the "To" recipients for the email.

      Parameters:
      toAddresses - An array that contains the email addresses of the "To" recipients for the email.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • toAddresses

      Destination.Builder toAddresses(String... toAddresses)

      An array that contains the email addresses of the "To" recipients for the email.

      Parameters:
      toAddresses - An array that contains the email addresses of the "To" recipients for the email.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ccAddresses

      Destination.Builder ccAddresses(Collection<String> ccAddresses)

      An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.

      Parameters:
      ccAddresses - An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ccAddresses

      Destination.Builder ccAddresses(String... ccAddresses)

      An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.

      Parameters:
      ccAddresses - An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bccAddresses

      Destination.Builder bccAddresses(Collection<String> bccAddresses)

      An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.

      Parameters:
      bccAddresses - An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bccAddresses

      Destination.Builder bccAddresses(String... bccAddresses)

      An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.

      Parameters:
      bccAddresses - An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.
      Returns:
      Returns a reference to this object so that method calls can be chained together.