public class AbortMultipartUploadRequest extends AmazonWebServiceRequest
Required Parameters: BucketName, Key, UploadId
| コンストラクタと説明 |
|---|
AbortMultipartUploadRequest(java.lang.String bucketName,
java.lang.String key,
java.lang.String uploadId)
Constructs a new request to abort a multipart upload.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.String |
getBucketName()
Returns the name of the bucket containing the multipart upload to abort.
|
java.lang.String |
getKey()
Returns the key of the multipart upload to abort.
|
java.lang.String |
getUploadId()
Returns the ID of the upload to abort.
|
void |
setBucketName(java.lang.String value)
Sets the name of the bucket containing the multipart upload to abort.
|
void |
setKey(java.lang.String key)
Sets the key of the multipart upload to abort.
|
void |
setUploadId(java.lang.String uploadId)
Sets the ID of the upload to abort.
|
AbortMultipartUploadRequest |
withBucketName(java.lang.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(java.lang.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(java.lang.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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic AbortMultipartUploadRequest(java.lang.String bucketName,
java.lang.String key,
java.lang.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 java.lang.String getBucketName()
public void setBucketName(java.lang.String value)
public AbortMultipartUploadRequest withBucketName(java.lang.String bucketName)
bucketName - The name of the bucket containing the multipart upload to
abort.public java.lang.String getKey()
public void setKey(java.lang.String key)
key - The key of the multipart upload to abort.public AbortMultipartUploadRequest withKey(java.lang.String key)
key - The key of the multipart upload to abort.public java.lang.String getUploadId()
public void setUploadId(java.lang.String uploadId)
public AbortMultipartUploadRequest withUploadId(java.lang.String uploadId)
uploadId - The ID of the multipart upload to abort.