Uses of Interface
software.amazon.awssdk.services.s3.model.UploadPartCopyRequest.Builder
Packages that use UploadPartCopyRequest.Builder
-
Uses of UploadPartCopyRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type UploadPartCopyRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UploadPartCopyResponse>S3AsyncClient.uploadPartCopy(Consumer<UploadPartCopyRequest.Builder> uploadPartCopyRequest) Uploads a part by copying data from an existing object as data source.default UploadPartCopyResponseS3Client.uploadPartCopy(Consumer<UploadPartCopyRequest.Builder> uploadPartCopyRequest) Uploads a part by copying data from an existing object as data source. -
Uses of UploadPartCopyRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return UploadPartCopyRequest.BuilderModifier and TypeMethodDescriptionDeprecated.UploadPartCopyRequest.builder()UploadPartCopyRequest.Builder.copySource(String copySource) Deprecated.ThecopySourceparameter has been deprecated in favor of the more user-friendlysourceBucket,sourceKey, andsourceVersionIdparameters.UploadPartCopyRequest.Builder.copySourceIfMatch(String copySourceIfMatch) Copies the object if its entity tag (ETag) matches the specified tag.UploadPartCopyRequest.Builder.copySourceIfModifiedSince(Instant copySourceIfModifiedSince) Copies the object if it has been modified since the specified time.UploadPartCopyRequest.Builder.copySourceIfNoneMatch(String copySourceIfNoneMatch) Copies the object if its entity tag (ETag) is different than the specified ETag.UploadPartCopyRequest.Builder.copySourceIfUnmodifiedSince(Instant copySourceIfUnmodifiedSince) Copies the object if it hasn't been modified since the specified time.UploadPartCopyRequest.Builder.copySourceRange(String copySourceRange) The range of bytes to copy from the source object.UploadPartCopyRequest.Builder.copySourceSSECustomerAlgorithm(String copySourceSSECustomerAlgorithm) Specifies the algorithm to use when decrypting the source object (for example,AES256).UploadPartCopyRequest.Builder.copySourceSSECustomerKey(String copySourceSSECustomerKey) Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source object.UploadPartCopyRequest.Builder.copySourceSSECustomerKeyMD5(String copySourceSSECustomerKeyMD5) Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.UploadPartCopyRequest.Builder.destinationBucket(String destinationBucket) The bucket name.UploadPartCopyRequest.Builder.destinationKey(String destinationKey) Object key for which the multipart upload was initiated.UploadPartCopyRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected destination bucket owner.UploadPartCopyRequest.Builder.expectedSourceBucketOwner(String expectedSourceBucketOwner) The account ID of the expected source bucket owner.Deprecated.UploadPartCopyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UploadPartCopyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UploadPartCopyRequest.Builder.partNumber(Integer partNumber) Part number of part being copied.UploadPartCopyRequest.Builder.requestPayer(String requestPayer) Sets the value of the RequestPayer property for this object.UploadPartCopyRequest.Builder.requestPayer(RequestPayer requestPayer) Sets the value of the RequestPayer property for this object.UploadPartCopyRequest.Builder.sourceBucket(String sourceBucket) The name of the bucket containing the object to copy.The key of the object to copy.UploadPartCopyRequest.Builder.sourceVersionId(String sourceVersionId) Specifies a particular version of the source object to copy.UploadPartCopyRequest.Builder.sseCustomerAlgorithm(String sseCustomerAlgorithm) Specifies the algorithm to use when encrypting the object (for example, AES256).UploadPartCopyRequest.Builder.sseCustomerKey(String sseCustomerKey) Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.UploadPartCopyRequest.Builder.sseCustomerKeyMD5(String sseCustomerKeyMD5) Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.UploadPartCopyRequest.toBuilder()Upload ID identifying the multipart upload whose part is being copied.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type UploadPartCopyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UploadPartCopyRequest.Builder>UploadPartCopyRequest.serializableBuilderClass()
destinationBucket(String)