FetchObjectRequest |
FetchObjectRequest.withBucketName(String bucketName) |
Sets the name of the destination bucket which will contain the new,
fetched object and returns this object, enabling additional method calls
to be chained together.
|
FetchObjectRequest |
FetchObjectRequest.withKey(String key) |
Sets the destination bucket key under which the new, fetched object
will be stored and returns this object, enabling additional method calls
can be chained together.
|
FetchObjectRequest |
FetchObjectRequest.withMode(String mode) |
Sets the mode of this fetching job, enabling additional method calls to be chained together.
|
FetchObjectRequest |
FetchObjectRequest.withRequestCredentials(BceCredentials credentials) |
|
FetchObjectRequest |
FetchObjectRequest.withSourceUrl(String sourceUrl) |
Sets the url string of the sourceUrl to be fetched,
and returns this object, enabling additional method calls to be chained together.
|
FetchObjectRequest |
FetchObjectRequest.withStorageClass(String storageClass) |
Sets the storageClass of the input file which is to be fetched to Baidu Bos.
|