public abstract class ObjectConditionalReadArgs extends ObjectReadArgs
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectConditionalReadArgs.Builder<B extends ObjectConditionalReadArgs.Builder<B,A>,A extends ObjectConditionalReadArgs>
Base argument builder class for
ObjectConditionalReadArgs. |
| Modifier and Type | Field and Description |
|---|---|
protected Long |
length |
protected String |
matchETag |
protected ZonedDateTime |
modifiedSince |
protected String |
notMatchETag |
protected Long |
offset |
protected ZonedDateTime |
unmodifiedSince |
ssecversionIdobjectNamebucketName, regionextraHeaders, extraQueryParams| Constructor and Description |
|---|
ObjectConditionalReadArgs() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
com.google.common.collect.Multimap<String,String> |
genCopyHeaders() |
com.google.common.collect.Multimap<String,String> |
getHeaders() |
int |
hashCode() |
Long |
length() |
String |
matchETag() |
ZonedDateTime |
modifiedSince() |
String |
notMatchETag() |
Long |
offset() |
ZonedDateTime |
unmodifiedSince() |
ssec, validateSsecversionIdobjectbucket, regioncheckSse, extraHeaders, extraQueryParamsprotected Long offset
protected Long length
protected String matchETag
protected String notMatchETag
protected ZonedDateTime modifiedSince
protected ZonedDateTime unmodifiedSince
public Long offset()
public Long length()
public String matchETag()
public String notMatchETag()
public ZonedDateTime modifiedSince()
public ZonedDateTime unmodifiedSince()
public boolean equals(Object o)
equals in class ObjectReadArgspublic int hashCode()
hashCode in class ObjectReadArgs