Interface Attachment.Builder

    • Method Detail

      • fileName

        Attachment.Builder fileName​(String fileName)

        The name of the attachment file.

        Parameters:
        fileName - The name of the attachment file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • data

        Attachment.Builder data​(SdkBytes data)

        The content of the attachment file.

        Parameters:
        data - The content of the attachment file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.