public static interface Attachment.Builder extends 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.
|
copy
applyMutation, build
Attachment.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.