public class AbortMultipartUploadRequest extends AmazonWebServiceRequest
Required Parameters: BucketName, Key, UploadId
NOOP
Constructor and Description |
---|
AbortMultipartUploadRequest(String bucketName,
String key,
String uploadId)
Constructs a new request to abort a multipart upload.
|
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
Returns the name of the bucket containing the multipart upload to abort.
|
String |
getKey()
Returns the key of the multipart upload to abort.
|
String |
getUploadId()
Returns the ID of the upload to abort.
|
void |
setBucketName(String value)
Sets the name of the bucket containing the multipart upload to abort.
|
void |
setKey(String key)
Sets the key of the multipart upload to abort.
|
void |
setUploadId(String uploadId)
Sets the ID of the upload to abort.
|
AbortMultipartUploadRequest |
withBucketName(String bucketName)
Sets the name of the bucket containing the multipart upload to abort and
returns the updated object so that additional calls can be chained
together.
|
AbortMultipartUploadRequest |
withKey(String key)
Sets the key of the multipart upload to abort and returns the updated
AbortMultipartUploadRequest object so that additional method calls can be
chained together.
|
AbortMultipartUploadRequest |
withUploadId(String uploadId)
Sets the ID of the multipart upload to abort, and returns this updated
AbortMultipartUploadRequest object so that additional method calls can be
chained together.
|
clone, copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public AbortMultipartUploadRequest(String bucketName, String key, String uploadId)
bucketName
- The name of the bucket containing the multipart upload to
abort.key
- The key of the multipart upload to abort.uploadId
- The ID of the multipart upload to abort.public String getBucketName()
public void setBucketName(String value)
public AbortMultipartUploadRequest withBucketName(String bucketName)
bucketName
- The name of the bucket containing the multipart upload to
abort.public String getKey()
public void setKey(String key)
key
- The key of the multipart upload to abort.public AbortMultipartUploadRequest withKey(String key)
key
- The key of the multipart upload to abort.public String getUploadId()
public void setUploadId(String uploadId)
public AbortMultipartUploadRequest withUploadId(String uploadId)
uploadId
- The ID of the multipart upload to abort.Copyright © 2015. All rights reserved.