public class DownloadObjectArgs extends ObjectReadArgs
| Modifier and Type | Class and Description |
|---|---|
static class |
DownloadObjectArgs.Builder
Arguments of
DownloadObjectArgs. |
| Modifier and Type | Field and Description |
|---|---|
protected String |
matchETag |
protected ZonedDateTime |
modifiedSince |
protected String |
notMatchETag |
protected ZonedDateTime |
unmodifiedSince |
ssecversionIdobjectNamebucketName, regionextraHeaders, extraQueryParams, location| Constructor and Description |
|---|
DownloadObjectArgs() |
| Modifier and Type | Method and Description |
|---|---|
static DownloadObjectArgs.Builder |
builder() |
boolean |
equals(Object o) |
String |
filename() |
int |
hashCode() |
String |
matchETag() |
ZonedDateTime |
modifiedSince() |
String |
notMatchETag() |
boolean |
overwrite() |
ZonedDateTime |
unmodifiedSince() |
ssec, validateSsecversionIdobjectbucket, regioncheckSse, extraHeaders, extraQueryParams, location, setLocationprotected String matchETag
protected String notMatchETag
protected ZonedDateTime modifiedSince
protected ZonedDateTime unmodifiedSince
public String filename()
public boolean overwrite()
public String matchETag()
public String notMatchETag()
public ZonedDateTime modifiedSince()
public ZonedDateTime unmodifiedSince()
public static DownloadObjectArgs.Builder builder()
public boolean equals(Object o)
equals in class ObjectReadArgspublic int hashCode()
hashCode in class ObjectReadArgs