public class ListPartsRequest extends Object
Constructor and Description |
---|
ListPartsRequest() |
ListPartsRequest(String bucketName,
String key)
Constructor
|
ListPartsRequest(String bucketName,
String key,
String uploadId)
Constructor
|
ListPartsRequest(String bucketName,
String key,
String uploadId,
Integer maxParts)
Constructor
|
ListPartsRequest(String bucketName,
String key,
String uploadId,
Integer maxParts,
Integer partNumberMarker)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
Obtain the name of the bucket to which the multipart upload belongs.
|
String |
getKey()
Obtain the name of the bucket to which the multipart upload belongs.
|
Integer |
getMaxParts()
Obtain the maximum number of uploaded parts that can be listed.
|
Integer |
getPartNumberMarker()
Obtain the start position for listing parts.
|
String |
getUploadId()
Obtain the multipart upload ID.
|
void |
setBucketName(String bucketName)
Set the name for the bucket to which the multipart upload belongs.
|
void |
setKey(String key)
Set the name for the bucket to which the multipart upload belongs.
|
void |
setMaxParts(Integer maxParts)
Set the maximum number of uploaded parts that can be listed.
|
void |
setPartNumberMarker(Integer partNumberMarker)
Set the start position for listing parts.
|
void |
setUploadId(String uploadId)
Set the multipart upload ID.
|
String |
toString() |
public ListPartsRequest()
public ListPartsRequest(String bucketName, String key)
bucketName
- Name of the bucket to which the multipart upload belongskey
- Name of the object involved in the multipart uploadpublic ListPartsRequest(String bucketName, String key, String uploadId)
bucketName
- Name of the bucket to which the multipart upload belongskey
- Name of the object involved in the multipart uploaduploadId
- Multipart upload IDpublic ListPartsRequest(String bucketName, String key, String uploadId, Integer maxParts)
bucketName
- Name of the bucket to which the multipart upload belongskey
- Name of the object involved in the multipart uploaduploadId
- Multipart upload IDmaxParts
- Maximum number of uploaded parts that can be listedpublic ListPartsRequest(String bucketName, String key, String uploadId, Integer maxParts, Integer partNumberMarker)
bucketName
- Name of the bucket to which the multipart upload belongskey
- Name of the object involved in the multipart uploaduploadId
- Multipart upload IDmaxParts
- Maximum number of uploaded parts that can be listedpartNumberMarker
- Start position for listing partspublic String getBucketName()
public void setBucketName(String bucketName)
bucketName
- Name of the bucket to which the multipart upload belongspublic String getKey()
public void setKey(String key)
key
- Name of the bucket to which the multipart upload belongspublic String getUploadId()
public void setUploadId(String uploadId)
uploadId
- Multipart upload IDpublic Integer getMaxParts()
public void setMaxParts(Integer maxParts)
maxParts
- Maximum number of uploaded parts that can be listedpublic Integer getPartNumberMarker()
public void setPartNumberMarker(Integer partNumberMarker)
partNumberMarker
- Start position for listing partsCopyright © 2019. All rights reserved.