| Package | Description |
|---|---|
| software.amazon.awssdk.services.support.model |
| Modifier and Type | Method and Description |
|---|---|
static Attachment.Builder |
Attachment.builder() |
Attachment.Builder |
Attachment.Builder.data(SdkBytes data)
The content of the attachment file.
|
Attachment.Builder |
Attachment.Builder.fileName(String fileName)
The name of the attachment file.
|
Attachment.Builder |
Attachment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Attachment.Builder> |
Attachment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeAttachmentResponse.Builder |
DescribeAttachmentResponse.Builder.attachment(Consumer<Attachment.Builder> attachment)
This object includes the attachment content and file name.
|
Copyright © 2023. All rights reserved.