pub struct Builder { /* private fields */ }Expand description
A builder for AddAttachmentsToSetOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn attachment_set_id(self, input: impl Into<String>) -> Self
pub fn attachment_set_id(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_attachment_set_id(self, input: Option<String>) -> Self
pub fn set_attachment_set_id(self, input: Option<String>) -> Self
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.
sourcepub fn expiry_time(self, input: impl Into<String>) -> Self
pub fn expiry_time(self, input: impl Into<String>) -> Self
The time and date when the attachment set expires.
sourcepub fn set_expiry_time(self, input: Option<String>) -> Self
pub fn set_expiry_time(self, input: Option<String>) -> Self
The time and date when the attachment set expires.
sourcepub fn build(self) -> AddAttachmentsToSetOutput
pub fn build(self) -> AddAttachmentsToSetOutput
Consumes the builder and constructs a AddAttachmentsToSetOutput.