|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.s3.model.ListMultipartUploadsRequest
public class ListMultipartUploadsRequest
Container for the parameters of the ListMultipartUploads operation.
Required Parameters: BucketName
AmazonS3.listMultipartUploads(ListMultipartUploadsRequest)
Constructor Summary | |
---|---|
ListMultipartUploadsRequest(String bucketName)
Constructs a new ListMultipartUploadsRequest to list the multipart uploads from the specified bucket. |
Method Summary | |
---|---|
String |
getBucketName()
Returns the name of the bucket containing the uploads to list. |
String |
getKeyMarker()
Returns the optional key marker indicating where in the results to begin listing. |
Integer |
getMaxUploads()
Returns the optional maximum number of uploads to return, or null if no maximum number of uploads has been set for this request. |
String |
getUploadIdMarker()
Returns the optional upload ID marker indicating where in the results to begin listing. |
void |
setBucketName(String bucketName)
Sets the name of the bucket containing the multipart uploads to list. |
void |
setKeyMarker(String keyMarker)
Sets the optional key marker indicating where in the results to begin listing. |
void |
setMaxUploads(Integer maxUploads)
Sets the optional maximum number of uploads to return. |
void |
setUploadIdMarker(String uploadIdMarker)
Sets the optional upload ID marker indicating where in the results to begin listing. |
ListMultipartUploadsRequest |
withBucketName(String bucketName)
Sets The name of the bucket containing the uploads to list, and returns this updated ListMultipartUploadsRequest object so that additional method calls can be chained together. |
ListMultipartUploadsRequest |
withKeyMarker(String keyMarker)
Sets the KeyMarker property for this request. |
ListMultipartUploadsRequest |
withMaxUploads(int maxUploadsInt)
Sets the optional maximum number of uploads to return and returns this updated ListMultipartUploadsRequest object so that additional method calls can be chained together. |
ListMultipartUploadsRequest |
withUploadIdMarker(String uploadIdMarker)
Sets the optional upload ID marker indicating where in the results to begin listing and returns this updated ListMultipartUploadsRequest object so that additional methods can be chained together. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, setDelegationToken |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListMultipartUploadsRequest(String bucketName)
bucketName
- The name of the bucket containing the uploads to list.Method Detail |
---|
public String getBucketName()
public void setBucketName(String bucketName)
bucketName
- The name of the bucket containing the uploads to list.public ListMultipartUploadsRequest withBucketName(String bucketName)
bucketName
- The name of the bucket containing the uploads to list.
public Integer getMaxUploads()
public void setMaxUploads(Integer maxUploads)
maxUploads
- The maximum number of uploads to return.public ListMultipartUploadsRequest withMaxUploads(int maxUploadsInt)
maxUploadsInt
- The optional maximum number of uploads to return.
public String getKeyMarker()
Together with the upload ID marker, specifies the multipart upload after which listing should begin.
If the upload ID marker is not specified, only the keys lexicographically greater than the specified key-marker will be included in the list.
If the upload ID marker is specified, any multipart uploads for a key equal to the key-marker may also be included, provided those multipart uploads have upload IDs lexicographically greater than the specified marker.
public void setKeyMarker(String keyMarker)
Together with the upload ID marker, specifies the multipart upload after which listing should begin.
If the upload ID marker is not specified, only the keys lexicographically greater than the specified key-marker will be included in the list.
If the upload ID marker is specified, any multipart uploads for a key equal to the key-marker may also be included, provided those multipart uploads have upload IDs lexicographically greater than the specified marker.
keyMarker
- The optional key marker indicating where in the results to
begin listing.public ListMultipartUploadsRequest withKeyMarker(String keyMarker)
keyMarker
- The value that KeyMarker is set to
public String getUploadIdMarker()
Together with the key marker, specifies the multipart upload after which listing should begin. If no key marker is specified, the upload ID marker is ignored. Otherwise, any multipart uploads for a key equal to the key marker may be included in the list only if they have an upload ID lexicographically greater than the specified marker.
public void setUploadIdMarker(String uploadIdMarker)
Together with the key marker, specifies the multipart upload after which listing should begin. If no key marker is specified, the upload ID marker is ignored. Otherwise, any multipart uploads for a key equal to the key marker may be included in the list only if they have an upload ID lexicographically greater than the specified marker.
uploadIdMarker
- The optional upload ID marker indicating where in the results
to begin listing.public ListMultipartUploadsRequest withUploadIdMarker(String uploadIdMarker)
Together with the key marker, specifies the multipart upload after which listing should begin. If no key marker is specified, the upload ID marker is ignored. Otherwise, any multipart uploads for a key equal to the key marker may be included in the list only if they have an upload ID lexicographically greater than the specified marker.
uploadIdMarker
- The optional upload ID marker indicating where in the results
to begin listing.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |