Uses of Interface
software.amazon.awssdk.services.s3.model.CreateMultipartUploadResponse.Builder
Packages that use CreateMultipartUploadResponse.Builder
-
Uses of CreateMultipartUploadResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return CreateMultipartUploadResponse.BuilderModifier and TypeMethodDescriptionIf the bucket has a lifecycle rule configured with an action to abort incomplete multipart uploads and the prefix in the lifecycle rule matches the object name in the request, the response includes this header.CreateMultipartUploadResponse.Builder.abortRuleId(String abortRuleId) This header is returned along with thex-amz-abort-dateheader.The name of the bucket to which the multipart upload was initiated.CreateMultipartUploadResponse.Builder.bucketKeyEnabled(Boolean bucketKeyEnabled) Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).CreateMultipartUploadResponse.builder()CreateMultipartUploadResponse.Builder.checksumAlgorithm(String checksumAlgorithm) The algorithm that was used to create a checksum of the object.CreateMultipartUploadResponse.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) The algorithm that was used to create a checksum of the object.CreateMultipartUploadResponse.Builder.checksumType(String checksumType) Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value.CreateMultipartUploadResponse.Builder.checksumType(ChecksumType checksumType) Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value.Object key for which the multipart upload was initiated.CreateMultipartUploadResponse.Builder.requestCharged(String requestCharged) Sets the value of the RequestCharged property for this object.CreateMultipartUploadResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.CreateMultipartUploadResponse.Builder.serverSideEncryption(String serverSideEncryption) The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.CreateMultipartUploadResponse.Builder.serverSideEncryption(ServerSideEncryption serverSideEncryption) The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.CreateMultipartUploadResponse.Builder.sseCustomerAlgorithm(String sseCustomerAlgorithm) If server-side encryption with a customer-provided encryption key was requested, the response will include this header to confirm the encryption algorithm that's used.CreateMultipartUploadResponse.Builder.sseCustomerKeyMD5(String sseCustomerKeyMD5) If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide the round-trip message integrity verification of the customer-provided encryption key.CreateMultipartUploadResponse.Builder.ssekmsEncryptionContext(String ssekmsEncryptionContext) If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption.CreateMultipartUploadResponse.Builder.ssekmsKeyId(String ssekmsKeyId) If present, indicates the ID of the KMS key that was used for object encryption.CreateMultipartUploadResponse.toBuilder()ID for the initiated multipart upload.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type CreateMultipartUploadResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateMultipartUploadResponse.Builder>CreateMultipartUploadResponse.serializableBuilderClass()