Interface CompletedUpload.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CompletedUpload.Builder,,CompletedUpload> SdkBuilder<CompletedUpload.Builder,,CompletedUpload> SdkPojo
- Enclosing class:
CompletedUpload
@Mutable
@NotThreadSafe
public static interface CompletedUpload.Builder
extends SdkPojo, CopyableBuilder<CompletedUpload.Builder,CompletedUpload>
-
Method Summary
Modifier and TypeMethodDescriptionThe ETag returned in the response headers when the part was uploaded to Amazon S3.The index of the uploaded part.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
-
partIndex
The index of the uploaded part. This is the same
partIndexvalue returned for the corresponding entry in theuploadUrlsfield of theGetAttachmentUploadLinksresponse.- Parameters:
partIndex- The index of the uploaded part. This is the samepartIndexvalue returned for the corresponding entry in theuploadUrlsfield of theGetAttachmentUploadLinksresponse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eTag
The ETag returned in the response headers when the part was uploaded to Amazon S3. The
ETagvalue identifies the part contents.- Parameters:
eTag- The ETag returned in the response headers when the part was uploaded to Amazon S3. TheETagvalue identifies the part contents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-