public class AppendObjectRequest extends PutObjectRequest
Modifier and Type | Field and Description |
---|---|
protected long |
position |
expires, file, input, metadata, offset
acl, bucketName, extensionPermissionMap, objectKey, sseCHeader, sseKmsHeader, successRedirectLocation
Constructor and Description |
---|
AppendObjectRequest() |
Modifier and Type | Method and Description |
---|---|
long |
getPosition()
Obtain the position where data is to be appended.
|
void |
setPosition(long position)
Set the position where the data is to be appended.
|
getExpires, getFile, getInput, getMetadata, getOffset, getProgressInterval, getProgressListener, isAutoClose, setAutoClose, setExpires, setFile, setInput, setMetadata, setOffset, setProgressInterval, setProgressListener, toString
getAcl, getAllGrantPermissions, getBucketName, getDomainIdsByGrantPermission, getExtensionPermissionMap, getGrantPermissionsByDomainId, getObjectKey, getSseCHeader, getSseKmsHeader, getSuccessRedirectLocation, grantExtensionPermission, setAcl, setBucketName, setExtensionPermissionMap, setObjectKey, setSseCHeader, setSseKmsHeader, setSuccessRedirectLocation, withdrawExtensionPermission, withdrawExtensionPermissions
isRequesterPays, setRequesterPays
public long getPosition()
public void setPosition(long position)
position
- Location where the data is to be appendedCopyright © 2021. All rights reserved.