CopyableBuilder<AttachmentDetails.Builder,AttachmentDetails>
, SdkBuilder<AttachmentDetails.Builder,AttachmentDetails>
public static interface AttachmentDetails.Builder extends CopyableBuilder<AttachmentDetails.Builder,AttachmentDetails>
Modifier and Type | Method | Description |
---|---|---|
AttachmentDetails.Builder |
attachmentId(String attachmentId) |
The ID of the attachment.
|
AttachmentDetails.Builder |
fileName(String fileName) |
The file name of the attachment.
|
copy
apply, build
AttachmentDetails.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.