public static interface Attachment.Builder extends SdkPojo, CopyableBuilder<Attachment.Builder,Attachment>
| Modifier and Type | Method and Description |
|---|---|
Attachment.Builder |
data(SdkBytes data)
The content of the attachment file.
|
Attachment.Builder |
fileName(String fileName)
The name of the attachment file.
|
copyapplyMutation, buildAttachment.Builder fileName(String fileName)
The name of the attachment file.
fileName - The name of the attachment file.Attachment.Builder data(SdkBytes data)
The content of the attachment file.
data - The content of the attachment file.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.