Interface AttachmentItem.Builder

    • Method Detail

      • contentType

        AttachmentItem.Builder contentType​(String contentType)

        Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Amazon Connect Administrator Guide.

        Parameters:
        contentType - Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Amazon Connect Administrator Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attachmentId

        AttachmentItem.Builder attachmentId​(String attachmentId)

        A unique identifier for the attachment.

        Parameters:
        attachmentId - A unique identifier for the attachment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attachmentName

        AttachmentItem.Builder attachmentName​(String attachmentName)

        A case-sensitive name of the attachment being uploaded.

        Parameters:
        attachmentName - A case-sensitive name of the attachment being uploaded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.