Java com.amazonaws.services.s3.model InitiateMultipartUploadRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.model InitiateMultipartUploadRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.model InitiateMultipartUploadRequest.

The text is from its open source code.

Constructor

InitiateMultipartUploadRequest(String bucketName, String key)
Constructs a request to initiate a new multipart upload in the specified bucket, stored by the specified key.
InitiateMultipartUploadRequest(String bucketName, String key, ObjectMetadata objectMetadata)
Constructs a request to initiate a new multipart upload in the specified bucket, stored by the specified key, and with the additional specified object metadata.

Method

ObjectMetadatagetObjectMetadata()
Returns the additional information about the new object being created, such as content type, content encoding, user metadata, etc.
RequestClientOptionsgetRequestClientOptions()
Gets the options stored with this request object.
voidsetAccessControlList(AccessControlList accessControlList)
Sets the optional access control list for the new upload.
voidsetCannedACL(CannedAccessControlList cannedACL)
Sets the optional canned Access Control List (ACL) to set permissions for the new object created when the multipart upload is completed.
voidsetObjectMetadata(ObjectMetadata objectMetadata)
Sets the additional information about the new object being created, such as content type, content encoding, user metadata, etc.
voidsetSSEAwsKeyManagementParams(SSEAwsKeyManagementParams params)
Sets the AWS Key Management System parameters used to encrypt the object on server side.
voidsetSSECustomerKey(SSECustomerKey sseKey)
Sets the optional customer-provided server-side encryption key to use to encrypt the upload being started.
voidsetStorageClass(StorageClass storageClass)
Sets the optional storage class to use when storing this upload's data in S3.
InitiateMultipartUploadRequestwithAccessControlList(AccessControlList accessControlList)
Sets the optional access control list for the new upload.
InitiateMultipartUploadRequestwithCannedACL(CannedAccessControlList acl)
Sets the optional canned Access Control List (ACL) to set permissions for the new object created when the multipart upload is completed.