Uses of Interface
software.amazon.awssdk.services.connectparticipant.model.GetAttachmentResponse.Builder
-
Packages that use GetAttachmentResponse.Builder Package Description software.amazon.awssdk.services.connectparticipant.model -
-
Uses of GetAttachmentResponse.Builder in software.amazon.awssdk.services.connectparticipant.model
Methods in software.amazon.awssdk.services.connectparticipant.model that return GetAttachmentResponse.Builder Modifier and Type Method Description static GetAttachmentResponse.BuilderGetAttachmentResponse. builder()GetAttachmentResponse.BuilderGetAttachmentResponse. toBuilder()GetAttachmentResponse.BuilderGetAttachmentResponse.Builder. url(String url)This is the pre-signed URL that can be used for uploading the file to Amazon S3 when used in response to StartAttachmentUpload.GetAttachmentResponse.BuilderGetAttachmentResponse.Builder. urlExpiry(String urlExpiry)The expiration time of the URL in ISO timestamp.Methods in software.amazon.awssdk.services.connectparticipant.model that return types with arguments of type GetAttachmentResponse.Builder Modifier and Type Method Description static Class<? extends GetAttachmentResponse.Builder>GetAttachmentResponse. serializableBuilderClass()
-