public static class UploadPartResponse.BuilderA builder for creating UploadPartResponse instances.
Methods
build()
public UploadPartResponse build()Builds the UploadPartResponse object.
| Returns | |
|---|---|
| Type | Description |
UploadPartResponse |
The built |
crc32c(String crc32c)
public UploadPartResponse.Builder crc32c(String crc32c)Sets the CRC32C checksum for the uploaded part.
| Parameter | |
|---|---|
| Name | Description |
crc32c |
StringThe CRC32C checksum. |
| Returns | |
|---|---|
| Type | Description |
UploadPartResponse.Builder |
This builder. |
eTag(String etag)
public UploadPartResponse.Builder eTag(String etag)Sets the ETag for the uploaded part.
| Parameter | |
|---|---|
| Name | Description |
etag |
StringThe ETag. |
| Returns | |
|---|---|
| Type | Description |
UploadPartResponse.Builder |
This builder. |
md5(String md5)
public UploadPartResponse.Builder md5(String md5)Sets the MD5 hash for the uploaded part.
| Parameter | |
|---|---|
| Name | Description |
md5 |
StringThe MD5 hash. |
| Returns | |
|---|---|
| Type | Description |
UploadPartResponse.Builder |
This builder. |