Class ListMultipartUploadsRequest.Builder
java.lang.Object
com.google.cloud.storage.multipartupload.model.ListMultipartUploadsRequest.Builder
- Enclosing class:
- ListMultipartUploadsRequest
A builder for
ListMultipartUploadsRequest.- Since:
- 2.61.0
-
Method Summary
Modifier and TypeMethodDescriptionSets the bucket to list multipart uploads from.build()Builds the request.Sets the delimiter used to group keys.encodingType(String encodingType) Sets the encoding type used by Cloud Storage to encode object names in the response.Sets the key marker.maxUploads(Integer maxUploads) Sets the maximum number of multipart uploads to return.Sets the prefix to filter results.uploadIdMarker(String uploadIdMarker) Sets the upload ID marker.userProject(String userProject) Sets the user-project.
-
Method Details
-
bucket
Sets the bucket to list multipart uploads from.- Parameters:
bucket- The bucket name.- Returns:
- This builder.
- Since:
- 2.61.0
-
delimiter
Sets the delimiter used to group keys.- Parameters:
delimiter- The delimiter.- Returns:
- This builder.
- Since:
- 2.61.0
-
encodingType
Sets the encoding type used by Cloud Storage to encode object names in the response.- Parameters:
encodingType- The encoding type.- Returns:
- This builder.
- Since:
- 2.61.0
-
keyMarker
Sets the key marker.- Parameters:
keyMarker- The key marker.- Returns:
- This builder.
- Since:
- 2.61.0
-
maxUploads
Sets the maximum number of multipart uploads to return.- Parameters:
maxUploads- The maximum number of uploads.- Returns:
- This builder.
- Since:
- 2.61.0
-
prefix
Sets the prefix to filter results.- Parameters:
prefix- The prefix.- Returns:
- This builder.
- Since:
- 2.61.0
-
uploadIdMarker
Sets the upload ID marker.- Parameters:
uploadIdMarker- The upload ID marker.- Returns:
- This builder.
- Since:
- 2.61.0
-
userProject
Sets the user-project.- Parameters:
userProject- The user-project.- Returns:
- This builder.
- Since:
- 2.61.0
- See Also:
-
build
Builds the request.- Returns:
- The built request.
- Since:
- 2.61.0
-