public static interface AttachmentDetails.Builder extends CopyableBuilder<AttachmentDetails.Builder,AttachmentDetails>
| Modifier and Type | Method and Description |
|---|---|
AttachmentDetails.Builder |
attachmentId(String attachmentId)
The ID of the attachment.
|
AttachmentDetails.Builder |
fileName(String fileName)
The file name of the attachment.
|
copyapply, buildAttachmentDetails.Builder attachmentId(String attachmentId)
The ID of the attachment.
attachmentId - The ID of the attachment.AttachmentDetails.Builder fileName(String fileName)
The file name of the attachment.
fileName - The file name of the attachment.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.