ListPartsRequest |
ListPartsRequest.withBucketName(String bucketName) |
Sets the BucketName property for this request.
|
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(int 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.withRequestCredentials(BceCredentials credentials) |
|
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.
|