Uses of Interface
software.amazon.awssdk.services.s3.model.UploadPartRequest.Builder
Packages that use UploadPartRequest.Builder
Package
Description
-
Uses of UploadPartRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type UploadPartRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UploadPartResponse>S3AsyncClient.uploadPart(Consumer<UploadPartRequest.Builder> uploadPartRequest, Path sourcePath) Uploads a part in a multipart upload.default CompletableFuture<UploadPartResponse>S3AsyncClient.uploadPart(Consumer<UploadPartRequest.Builder> uploadPartRequest, AsyncRequestBody requestBody) Uploads a part in a multipart upload.default UploadPartResponseS3Client.uploadPart(Consumer<UploadPartRequest.Builder> uploadPartRequest, Path sourcePath) Uploads a part in a multipart upload.default UploadPartResponseS3Client.uploadPart(Consumer<UploadPartRequest.Builder> uploadPartRequest, RequestBody requestBody) Uploads a part in a multipart upload. -
Uses of UploadPartRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return UploadPartRequest.BuilderModifier and TypeMethodDescriptionThe name of the bucket to which the multipart upload was initiated.static UploadPartRequest.BuilderUploadPartRequest.builder()UploadPartRequest.Builder.checksumAlgorithm(String checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.UploadPartRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.UploadPartRequest.Builder.checksumCRC32(String checksumCRC32) This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.UploadPartRequest.Builder.checksumCRC32C(String checksumCRC32C) This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.UploadPartRequest.Builder.checksumCRC64NVME(String checksumCRC64NVME) This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.UploadPartRequest.Builder.checksumMD5(String checksumMD5) This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.UploadPartRequest.Builder.checksumSHA1(String checksumSHA1) This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.UploadPartRequest.Builder.checksumSHA256(String checksumSHA256) This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.UploadPartRequest.Builder.checksumSHA512(String checksumSHA512) This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.UploadPartRequest.Builder.checksumXXHASH128(String checksumXXHASH128) This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.UploadPartRequest.Builder.checksumXXHASH3(String checksumXXHASH3) This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.UploadPartRequest.Builder.checksumXXHASH64(String checksumXXHASH64) This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.UploadPartRequest.Builder.contentLength(Long contentLength) Size of the body in bytes.UploadPartRequest.Builder.contentMD5(String contentMD5) The Base64 encoded 128-bit MD5 digest of the part data.UploadPartRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.Object key for which the multipart upload was initiated.UploadPartRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UploadPartRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UploadPartRequest.Builder.partNumber(Integer partNumber) Part number of part being uploaded.UploadPartRequest.Builder.requestPayer(String requestPayer) Sets the value of the RequestPayer property for this object.UploadPartRequest.Builder.requestPayer(RequestPayer requestPayer) Sets the value of the RequestPayer property for this object.UploadPartRequest.Builder.sdkPartType(String sdkPartType) Indicates whether the request is a last part or not.UploadPartRequest.Builder.sdkPartType(SdkPartType sdkPartType) Indicates whether the request is a last part or not.UploadPartRequest.Builder.sseCustomerAlgorithm(String sseCustomerAlgorithm) Specifies the algorithm to use when encrypting the object (for example, AES256).UploadPartRequest.Builder.sseCustomerKey(String sseCustomerKey) Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.UploadPartRequest.Builder.sseCustomerKeyMD5(String sseCustomerKeyMD5) Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.UploadPartRequest.toBuilder()Upload ID identifying the multipart upload whose part is being uploaded.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type UploadPartRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UploadPartRequest.Builder>UploadPartRequest.serializableBuilderClass() -
Uses of UploadPartRequest.Builder in software.amazon.awssdk.services.s3.presigner.model
Method parameters in software.amazon.awssdk.services.s3.presigner.model with type arguments of type UploadPartRequest.BuilderModifier and TypeMethodDescriptiondefault UploadPartPresignRequest.BuilderUploadPartPresignRequest.Builder.uploadPartRequest(Consumer<UploadPartRequest.Builder> uploadPartRequest) Configure theUploadPartRequestthat should be presigned.