CopyableBuilder<AddAttachmentsToSetResponse.Builder,AddAttachmentsToSetResponse>, SdkBuilder<AddAttachmentsToSetResponse.Builder,AddAttachmentsToSetResponse>public static interface AddAttachmentsToSetResponse.Builder extends CopyableBuilder<AddAttachmentsToSetResponse.Builder,AddAttachmentsToSetResponse>
| Modifier and Type | Method | Description |
|---|---|---|
AddAttachmentsToSetResponse.Builder |
attachmentSetId(String attachmentSetId) |
The ID of the attachment set.
|
AddAttachmentsToSetResponse.Builder |
expiryTime(String expiryTime) |
The time and date when the attachment set expires.
|
copyapply, buildAddAttachmentsToSetResponse.Builder attachmentSetId(String attachmentSetId)
The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is
created, and the ID of the set is returned in the response. If an attachmentSetId was specified,
the attachments are added to the specified set, if it exists.
attachmentSetId - The ID of the attachment set. If an attachmentSetId was not specified, a new attachment
set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.AddAttachmentsToSetResponse.Builder expiryTime(String expiryTime)
The time and date when the attachment set expires.
expiryTime - The time and date when the attachment set expires.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.