Interface UploadUrl.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UploadUrl.Builder,,UploadUrl> SdkBuilder<UploadUrl.Builder,,UploadUrl> SdkPojo
- Enclosing class:
UploadUrl
@Mutable
@NotThreadSafe
public static interface UploadUrl.Builder
extends SdkPojo, CopyableBuilder<UploadUrl.Builder,UploadUrl>
-
Method Summary
Modifier and TypeMethodDescriptionexpiryDate(String expiryDate) The date and time, in ISO-8601 format, when the presigned URL expires.The index of the part that this URL uploads.The presigned HTTPS URL that you use to upload a single part with HTTPPUT.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 use to upload a single part with HTTP
PUT. Upload URLs are served fromuploadv1.attachments.support.{region}.amazonaws.com. Theuploadv1prefix is subject to change.- Parameters:
url- The presigned HTTPS URL that you use to upload a single part with HTTPPUT. Upload URLs are served fromuploadv1.attachments.support.{region}.amazonaws.com. Theuploadv1prefix is subject to change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partIndex
The index of the part that this URL uploads.
- Parameters:
partIndex- The index of the part that this URL uploads.- 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. Upload the part before this time.
- Parameters:
expiryDate- The date and time, in ISO-8601 format, when the presigned URL expires. Upload the part before this time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-