ListPartsRequest |
ListPartsRequest.withBucketName(String bucketName) |
Sets the BucketName property for this request.
|
ListPartsRequest |
ListPartsRequest.withEncodingType(String encodingType) |
Sets the optional encodingType parameter indicating the
encoding method to be applied on the response.
|
ListPartsRequest |
ListPartsRequest.withKey(String key) |
Sets the key of the associated multipart upload whose parts are being
listed, and returns this updated ListPartsRequest object so that
additional method calls can be chained together.
|
ListPartsRequest |
ListPartsRequest.withMaxParts(int maxParts) |
Sets the optional maximum number of parts to be returned in the part
listing and returns this updated ListPartsRequest objects so that
additional method calls can be chained together.
|
ListPartsRequest |
ListPartsRequest.withPartNumberMarker(Integer partNumberMarker) |
Sets the optional part number marker indicating where in the results to
being listing parts, and returns this updated ListPartsRequest object so
that additional method calls can be chained together.
|
ListPartsRequest |
ListPartsRequest.withRequesterPays(boolean isRequesterPays) |
Used for conducting this operation from a Requester Pays Bucket.
|
ListPartsRequest |
ListPartsRequest.withUploadId(String uploadId) |
Sets the ID of the multipart upload whose parts are being listed, and
returns this updated ListPartsRequest object so that additional method
calls can be chained together.
|