public static interface GetAttachmentResponse.Builder extends ConnectParticipantResponse.Builder, SdkPojo, CopyableBuilder<GetAttachmentResponse.Builder,GetAttachmentResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAttachmentResponse.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.Builder |
urlExpiry(String urlExpiry)
The expiration time of the URL in ISO timestamp.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAttachmentResponse.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.
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.Builder urlExpiry(String urlExpiry)
The expiration time of the URL in ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
urlExpiry - The expiration time of the URL in ISO timestamp. It's specified in ISO 8601 format:
yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.Copyright © 2023. All rights reserved.