Interface EmailAttachment.Builder

    • Method Detail

      • fileName

        EmailAttachment.Builder fileName​(String fileName)

        A case-sensitive name of the attached file being uploaded.

        Parameters:
        fileName - A case-sensitive name of the attached file being uploaded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Url

        EmailAttachment.Builder s3Url​(String s3Url)

        The pre-signed URLs for the S3 bucket where the email attachment is stored.

        Parameters:
        s3Url - The pre-signed URLs for the S3 bucket where the email attachment is stored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.