Interface AddAttachmentsToSetResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<AddAttachmentsToSetResponse.Builder,AddAttachmentsToSetResponse>, SdkBuilder<AddAttachmentsToSetResponse.Builder,AddAttachmentsToSetResponse>, SdkPojo, SdkResponse.Builder, SupportResponse.Builder
Enclosing class:
AddAttachmentsToSetResponse

public static interface AddAttachmentsToSetResponse.Builder extends SupportResponse.Builder, SdkPojo, CopyableBuilder<AddAttachmentsToSetResponse.Builder,AddAttachmentsToSetResponse>
  • Method Details

    • attachmentSetId

      AddAttachmentsToSetResponse.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expiryTime

      The time and date when the attachment set expires.

      Parameters:
      expiryTime - The time and date when the attachment set expires.
      Returns:
      Returns a reference to this object so that method calls can be chained together.