Class UploadPartResponse.Builder
java.lang.Object
com.google.cloud.storage.multipartupload.model.UploadPartResponse.Builder
- Enclosing class:
- UploadPartResponse
A builder for creating
UploadPartResponse instances.- Since:
- 2.60.0 This new api is in preview and is subject to breaking changes.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds theUploadPartResponseobject.Sets the ETag for the uploaded part.Sets the MD5 hash for the uploaded part.
-
Method Details
-
eTag
Sets the ETag for the uploaded part.- Parameters:
etag- The ETag.- Returns:
- This builder.
- Since:
- 2.60.0 This new api is in preview and is subject to breaking changes.
-
md5
Sets the MD5 hash for the uploaded part.- Parameters:
md5- The MD5 hash.- Returns:
- This builder.
- Since:
- 2.60.0 This new api is in preview and is subject to breaking changes.
-
build
Builds theUploadPartResponseobject.- Returns:
- The built
UploadPartResponseobject. - Since:
- 2.60.0 This new api is in preview and is subject to breaking changes.
-