Interface Destination.Builder

    • Method Detail

      • toAddresses

        Destination.Builder toAddresses​(Collection<String> toAddresses)

        The recipients to place on the To: line of the message.

        Parameters:
        toAddresses - The recipients to place on the To: line of the message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toAddresses

        Destination.Builder toAddresses​(String... toAddresses)

        The recipients to place on the To: line of the message.

        Parameters:
        toAddresses - The recipients to place on the To: line of the message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ccAddresses

        Destination.Builder ccAddresses​(Collection<String> ccAddresses)

        The recipients to place on the CC: line of the message.

        Parameters:
        ccAddresses - The recipients to place on the CC: line of the message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ccAddresses

        Destination.Builder ccAddresses​(String... ccAddresses)

        The recipients to place on the CC: line of the message.

        Parameters:
        ccAddresses - The recipients to place on the CC: line of the message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bccAddresses

        Destination.Builder bccAddresses​(Collection<String> bccAddresses)

        The recipients to place on the BCC: line of the message.

        Parameters:
        bccAddresses - The recipients to place on the BCC: line of the message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bccAddresses

        Destination.Builder bccAddresses​(String... bccAddresses)

        The recipients to place on the BCC: line of the message.

        Parameters:
        bccAddresses - The recipients to place on the BCC: line of the message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.