Interface DownloadUrl.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DownloadUrl.Builder,,DownloadUrl> SdkBuilder<DownloadUrl.Builder,,DownloadUrl> SdkPojo
- Enclosing class:
DownloadUrl
@Mutable
@NotThreadSafe
public static interface DownloadUrl.Builder
extends SdkPojo, CopyableBuilder<DownloadUrl.Builder,DownloadUrl>
-
Method Summary
Modifier and TypeMethodDescriptionexpiryDate(String expiryDate) The date and time, in ISO-8601 format, when the presigned URL expires.The presigned HTTPS URL that you can use to download the attachment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
url
The presigned HTTPS URL that you can use to download the attachment. Download URLs are served from
downloadv1.attachments.support.{region}.amazonaws.com. Thedownloadv1prefix is subject to change.- Parameters:
url- The presigned HTTPS URL that you can use to download the attachment. Download URLs are served fromdownloadv1.attachments.support.{region}.amazonaws.com. Thedownloadv1prefix is subject to change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiryDate
The date and time, in ISO-8601 format, when the presigned URL expires. Download the attachment before this time.
- Parameters:
expiryDate- The date and time, in ISO-8601 format, when the presigned URL expires. Download the attachment before this time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-