public class AppendObjectArgs extends ObjectArgs
| Modifier and Type | Class and Description |
|---|---|
static class |
AppendObjectArgs.Builder
Builder of
AppendObjectArgs. |
objectNamebucketName, regionextraHeaders, extraQueryParams, location| Constructor and Description |
|---|
AppendObjectArgs() |
| Modifier and Type | Method and Description |
|---|---|
static AppendObjectArgs.Builder |
builder() |
Long |
chunkSize() |
byte[] |
data() |
boolean |
equals(Object o) |
String |
filename() |
int |
hashCode() |
Long |
length() |
InputStream |
stream() |
objectbucket, regioncheckSse, extraHeaders, extraQueryParams, location, setLocationpublic String filename()
public InputStream stream()
public byte[] data()
public Long length()
public Long chunkSize()
public static AppendObjectArgs.Builder builder()
public boolean equals(Object o)
equals in class ObjectArgspublic int hashCode()
hashCode in class ObjectArgs