Interface AttachmentItem.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AttachmentItem.Builder,AttachmentItem>, SdkBuilder<AttachmentItem.Builder,AttachmentItem>, SdkPojo
Enclosing class:
AttachmentItem

public static interface AttachmentItem.Builder extends SdkPojo, CopyableBuilder<AttachmentItem.Builder,AttachmentItem>
  • Method Details

    • 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.
    • status

      Status of the attachment.

      Parameters:
      status - Status of the attachment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Status of the attachment.

      Parameters:
      status - Status of the attachment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: