public class UploadFileHeaders extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UploadFileHeaders.Builder |
| Modifier and Type | Field and Description |
|---|---|
String |
contentMd5
An optional header containing the SHA1 hash of the file to ensure that the file was not
corrupted in transit.
|
Map<String,String> |
extraHeaders
Extra headers that will be included in the HTTP request.
|
| Modifier | Constructor and Description |
|---|---|
|
UploadFileHeaders() |
protected |
UploadFileHeaders(UploadFileHeaders.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentMd5() |
Map<String,String> |
getExtraHeaders() |
public String contentMd5
public Map<String,String> extraHeaders
public UploadFileHeaders()
protected UploadFileHeaders(UploadFileHeaders.Builder builder)
public String getContentMd5()
public Map<String,String> getExtraHeaders()