public static interface AttachmentItem.Builder extends SdkPojo, CopyableBuilder<AttachmentItem.Builder,AttachmentItem>
| Modifier and Type | Method and Description |
|---|---|
AttachmentItem.Builder |
attachmentId(String attachmentId)
A unique identifier for the attachment.
|
AttachmentItem.Builder |
attachmentName(String attachmentName)
A case-sensitive name of the attachment being uploaded.
|
AttachmentItem.Builder |
contentType(String contentType)
Describes the MIME file type of the attachment.
|
AttachmentItem.Builder |
status(ArtifactStatus status)
Status of the attachment.
|
AttachmentItem.Builder |
status(String status)
Status of the attachment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAttachmentItem.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.
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.AttachmentItem.Builder attachmentId(String attachmentId)
A unique identifier for the attachment.
attachmentId - A unique identifier for the attachment.AttachmentItem.Builder attachmentName(String attachmentName)
A case-sensitive name of the attachment being uploaded.
attachmentName - A case-sensitive name of the attachment being uploaded.AttachmentItem.Builder status(String status)
Status of the attachment.
status - Status of the attachment.ArtifactStatus,
ArtifactStatusAttachmentItem.Builder status(ArtifactStatus status)
Status of the attachment.
status - Status of the attachment.ArtifactStatus,
ArtifactStatusCopyright © 2023. All rights reserved.