public class InitiateMultipartUploadRequest extends AmazonWebServiceRequest implements SSECustomerKeyProvider, SSEAwsKeyManagementParamsProvider, java.io.Serializable
If you are initiating multipart upload for KMS-encrypted objects, you need to specify the correct region of the bucket on your client and configure AWS Signature Version 4 for added security. For more information on how to do this, see http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify -signature-version
Required Parameters: BucketName, Key
Modifier and Type | Field and Description |
---|---|
ObjectMetadata |
objectMetadata
Additional information about the new object being created, such as
content type, content encoding, user metadata, etc.
|
Constructor and Description |
---|
InitiateMultipartUploadRequest(java.lang.String bucketName,
java.lang.String key)
Constructs a request to initiate a new multipart upload in the specified
bucket, stored by the specified key.
|
InitiateMultipartUploadRequest(java.lang.String bucketName,
java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
AccessControlList |
getAccessControlList()
Returns the optional access control list for the new upload.
|
java.lang.String |
getBucketName()
Returns the name of the bucket in which to create the new multipart
upload, and hence, the eventual object created from the multipart upload.
|
CannedAccessControlList |
getCannedACL()
Returns the optional canned Access Control List (ACL) to set permissions
for the new object created when the multipart upload is completed.
|
java.lang.String |
getKey()
Returns the key by which to store the new multipart upload, and hence,
the eventual object created from the multipart upload.
|
ObjectMetadata |
getObjectMetadata()
Returns the additional information about the new object being created,
such as content type, content encoding, user metadata, etc.
|
java.lang.String |
getRedirectLocation()
Gets the optional redirect location for the new object.
|
SSEAwsKeyManagementParams |
getSSEAwsKeyManagementParams()
Returns the AWS Key Management System parameters used to encrypt the
object on server side.
|
SSECustomerKey |
getSSECustomerKey()
Returns the optional customer-provided server-side encryption key to use
to encrypt the uploaded object.
|
StorageClass |
getStorageClass()
Returns the optional storage class to use when storing this upload's data
in S3.
|
ObjectTagging |
getTagging()
Gets the object tagging associated with this request.
|
boolean |
isRequesterPays()
Returns true if the user has enabled Requester Pays option when
conducting this operation from Requester Pays Bucket; else false.
|
void |
setAccessControlList(AccessControlList accessControlList)
Sets the optional access control list for the new upload.
|
void |
setBucketName(java.lang.String bucketName)
Sets the name of the bucket in which to create the new multipart upload,
and hence, the eventual object created from the multipart upload.
|
void |
setCannedACL(CannedAccessControlList cannedACL)
Sets the optional canned Access Control List (ACL) to set permissions for
the new object created when the multipart upload is completed.
|
void |
setKey(java.lang.String key)
Sets the key by which to store the new multipart upload, and hence, the
eventual object created from the multipart upload.
|
void |
setObjectMetadata(ObjectMetadata objectMetadata)
Sets the additional information about the new object being created, such
as content type, content encoding, user metadata, etc.
|
void |
setRedirectLocation(java.lang.String redirectLocation)
Sets the optional redirect location for the new object.
|
void |
setRequesterPays(boolean isRequesterPays)
Used for conducting this operation from a Requester Pays Bucket.
|
void |
setSSEAwsKeyManagementParams(SSEAwsKeyManagementParams params)
Sets the AWS Key Management System parameters used to encrypt the object
on server side.
|
void |
setSSECustomerKey(SSECustomerKey sseKey)
Sets the optional customer-provided server-side encryption key to use to
encrypt the upload being started.
|
void |
setStorageClass(StorageClass storageClass)
Sets the optional storage class to use when storing this upload's data in
S3.
|
void |
setTagging(ObjectTagging tagging)
Attaches object tagging to this request.
|
InitiateMultipartUploadRequest |
withAccessControlList(AccessControlList accessControlList)
Sets the optional access control list for the new upload.
|
InitiateMultipartUploadRequest |
withBucketName(java.lang.String bucketName)
Sets the name of the bucket in which to create the new multipart upload,
and hence, the eventual object created from the multipart upload.
|
InitiateMultipartUploadRequest |
withCannedACL(CannedAccessControlList acl)
Sets the optional canned Access Control List (ACL) to set permissions for
the new object created when the multipart upload is completed.
|
InitiateMultipartUploadRequest |
withKey(java.lang.String key)
Sets the key by which to store the new multipart upload, and hence, the
eventual object created from the multipart upload.
|
InitiateMultipartUploadRequest |
withObjectMetadata(ObjectMetadata objectMetadata)
Sets the additional information about the new object being created, such
as content type, content encoding, user metadata, etc.
|
InitiateMultipartUploadRequest |
withRedirectLocation(java.lang.String redirectLocation)
Sets the optional redirect location for the new object.
|
InitiateMultipartUploadRequest |
withRequesterPays(boolean isRequesterPays)
Used for conducting this operation from a Requester Pays Bucket.
|
InitiateMultipartUploadRequest |
withSSEAwsKeyManagementParams(SSEAwsKeyManagementParams sseAwsKeyManagementParams)
Sets the AWS Key Management System parameters used to encrypt the object
on server side.
|
InitiateMultipartUploadRequest |
withSSECustomerKey(SSECustomerKey sseKey)
Sets the optional customer-provided server-side encryption key to use to
encrypt the upload being started, and returns the updated
InitiateMultipartUploadRequest so that additional method calls may be
chained together.
|
InitiateMultipartUploadRequest |
withStorageClass(StorageClass storageClass)
Sets the optional storage class to use when storing this upload's data in
S3.
|
InitiateMultipartUploadRequest |
withStorageClass(java.lang.String storageClass) |
InitiateMultipartUploadRequest |
withTagging(ObjectTagging tagSet)
Sets tagging for this request.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public ObjectMetadata objectMetadata
public InitiateMultipartUploadRequest(java.lang.String bucketName, java.lang.String key)
bucketName
- The name of the bucket in which to create the new
multipart upload, and hence, the eventual object created from
the multipart upload.key
- The key by which to store the new multipart upload, and hence,
the eventual object created from the multipart upload.public InitiateMultipartUploadRequest(java.lang.String bucketName, java.lang.String key, ObjectMetadata objectMetadata)
bucketName
- The name of the bucket in which to create the new
multipart upload, and hence, the eventual object created from
the multipart upload.key
- The key by which to store the new multipart upload, and hence,
the eventual object created from the multipart upload.objectMetadata
- Additional information about the new object being
created, such as content type, content encoding, user
metadata, etc.public java.lang.String getBucketName()
public void setBucketName(java.lang.String bucketName)
bucketName
- The name of the bucket in which to create the new
multipart upload, and hence, the eventual object created from
the multipart upload.public InitiateMultipartUploadRequest withBucketName(java.lang.String bucketName)
Returns this updated InitiateMultipartUploadRequest object so that additional method calls can be chained together.
bucketName
- The name of the bucket in which to create the new
multipart upload, and hence, the eventual object created from
the multipart upload.public java.lang.String getKey()
public void setKey(java.lang.String key)
key
- The key by which to store the new multipart upload, and hence,
the eventual object created from the multipart upload.public InitiateMultipartUploadRequest withKey(java.lang.String key)
Returns this updated InitiateMultipartUploadRequest object so that additional method calls can be chained together.
key
- The key by which to store the new multipart upload, and hence,
the eventual object created from the multipart upload.public CannedAccessControlList getCannedACL()
CannedAccessControlList
public void setCannedACL(CannedAccessControlList cannedACL)
cannedACL
- The canned Access Control List (ACL) to set permissions
for the new object created when the multipart upload is
completed.CannedAccessControlList
public InitiateMultipartUploadRequest withCannedACL(CannedAccessControlList acl)
Returns this updated InitiateMultipartUploadRequest object so that additional method calls can be chained together.
acl
- The optional canned Access Control List (ACL) to set
permissions for the new object created when the multipart
upload is completed.public AccessControlList getAccessControlList()
public void setAccessControlList(AccessControlList accessControlList)
accessControlList
- The access control list for the new upload.public InitiateMultipartUploadRequest withAccessControlList(AccessControlList accessControlList)
InitiateMultipartUploadRequest
, enabling additional method calls
to be chained together.accessControlList
- The access control list for the new upload.public StorageClass getStorageClass()
If not specified, the default is StorageClass.Standard
.
StorageClass
public void setStorageClass(StorageClass storageClass)
If not specified, the default is StorageClass.Standard
.
storageClass
- The optional storage class to use when storing this
upload's data in S3. If not specified, the default storage
class is used.StorageClass
public InitiateMultipartUploadRequest withStorageClass(StorageClass storageClass)
Returns this updated InitiateMultipartUploadRequest object so that additional method calls can be chained together.
storageClass
- The optional storage class to use when storing this
upload's data in S3. If not specified, the default storage
class is used.public InitiateMultipartUploadRequest withStorageClass(java.lang.String storageClass)
public ObjectMetadata getObjectMetadata()
public void setObjectMetadata(ObjectMetadata objectMetadata)
objectMetadata
- Additional information about the new object being
created, such as content type, content encoding, user
metadata, etc.public InitiateMultipartUploadRequest withObjectMetadata(ObjectMetadata objectMetadata)
Returns this updated InitiateMultipartUploadRequest object so that additional method calls can be chained together.
objectMetadata
- Additional information about the new object being
created, such as content type, content encoding, user
metadata, etc.public void setRedirectLocation(java.lang.String redirectLocation)
redirectLocation
- The redirect location for the new object.public java.lang.String getRedirectLocation()
public InitiateMultipartUploadRequest withRedirectLocation(java.lang.String redirectLocation)
InitiateMultipartUploadRequest
, enabling additional method calls
to be chained together.redirectLocation
- The redirect location for the new object.public SSECustomerKey getSSECustomerKey()
SSECustomerKeyProvider
getSSECustomerKey
in interface SSECustomerKeyProvider
public void setSSECustomerKey(SSECustomerKey sseKey)
sseKey
- The optional customer-provided server-side encryption key
to use to encrypt the upload being started.public InitiateMultipartUploadRequest withSSECustomerKey(SSECustomerKey sseKey)
sseKey
- The optional customer-provided server-side encryption key
to use to encrypt the upload being started.public SSEAwsKeyManagementParams getSSEAwsKeyManagementParams()
getSSEAwsKeyManagementParams
in interface SSEAwsKeyManagementParamsProvider
public void setSSEAwsKeyManagementParams(SSEAwsKeyManagementParams params)
public InitiateMultipartUploadRequest withSSEAwsKeyManagementParams(SSEAwsKeyManagementParams sseAwsKeyManagementParams)
public boolean isRequesterPays()
If a bucket is enabled for Requester Pays, then any attempt to upload or download an object from it without Requester Pays enabled will result in a 403 error and the bucket owner will be charged for the request.
Enabling Requester Pays disables the ability to have anonymous access to this bucket
public void setRequesterPays(boolean isRequesterPays)
If a bucket is enabled for Requester Pays, then any attempt to upload or download an object from it without Requester Pays enabled will result in a 403 error and the bucket owner will be charged for the request.
Enabling Requester Pays disables the ability to have anonymous access to this bucket.
isRequesterPays
- Enable Requester Pays option for the operation.public InitiateMultipartUploadRequest withRequesterPays(boolean isRequesterPays)
If a bucket is enabled for Requester Pays, then any attempt to upload or download an object from it without Requester Pays enabled will result in a 403 error and the bucket owner will be charged for the request.
Enabling Requester Pays disables the ability to have anonymous access to this bucket.
isRequesterPays
- Enable Requester Pays option for the operation.public ObjectTagging getTagging()
public void setTagging(ObjectTagging tagging)
tagging
- Object tagging to attachpublic InitiateMultipartUploadRequest withTagging(ObjectTagging tagSet)
InitiateMultipartUploadRequest
,
so that additional method calls can be chained together.tagSet
- Object tagging to be attached to this requestCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.