| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectparticipant.model |
| Modifier and Type | Method and Description |
|---|---|
AttachmentItem.Builder |
AttachmentItem.Builder.attachmentId(String attachmentId)
A unique identifier for the attachment.
|
AttachmentItem.Builder |
AttachmentItem.Builder.attachmentName(String attachmentName)
A case-sensitive name of the attachment being uploaded.
|
static AttachmentItem.Builder |
AttachmentItem.builder() |
AttachmentItem.Builder |
AttachmentItem.Builder.contentType(String contentType)
Describes the MIME file type of the attachment.
|
AttachmentItem.Builder |
AttachmentItem.Builder.status(ArtifactStatus status)
Status of the attachment.
|
AttachmentItem.Builder |
AttachmentItem.Builder.status(String status)
Status of the attachment.
|
AttachmentItem.Builder |
AttachmentItem.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttachmentItem.Builder> |
AttachmentItem.serializableBuilderClass() |
Copyright © 2023. All rights reserved.