public class PutObjectACLInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PutObjectACLInput.PutObjectACLInputBuilder |
| Constructor and Description |
|---|
PutObjectACLInput() |
| Modifier and Type | Method and Description |
|---|---|
static PutObjectACLInput.PutObjectACLInputBuilder |
builder() |
com.volcengine.tos.comm.common.ACLType |
getAcl() |
String |
getBucket() |
String |
getGrantFullControl() |
String |
getGrantRead() |
String |
getGrantReadAcp() |
List<GrantV2> |
getGrants() |
String |
getGrantWriteAcp() |
String |
getKey() |
ObjectAclRulesV2 |
getObjectAclRules() |
Owner |
getOwner() |
String |
getVersionID() |
PutObjectACLInput |
setAcl(com.volcengine.tos.comm.common.ACLType acl) |
PutObjectACLInput |
setBucket(String bucket) |
PutObjectACLInput |
setGrantFullControl(String grantFullControl) |
PutObjectACLInput |
setGrantRead(String grantRead) |
PutObjectACLInput |
setGrantReadAcp(String grantReadAcp) |
PutObjectACLInput |
setGrantWriteAcp(String grantWriteAcp) |
PutObjectACLInput |
setKey(String key) |
PutObjectACLInput |
setObjectAclRules(ObjectAclRulesV2 objectAclRules) |
PutObjectACLInput |
setVersionID(String versionID) |
String |
toString() |
public String getBucket()
public String getKey()
public String getVersionID()
public com.volcengine.tos.comm.common.ACLType getAcl()
public String getGrantFullControl()
public String getGrantRead()
public String getGrantReadAcp()
public String getGrantWriteAcp()
public Owner getOwner()
public ObjectAclRulesV2 getObjectAclRules()
public PutObjectACLInput setBucket(String bucket)
public PutObjectACLInput setKey(String key)
public PutObjectACLInput setVersionID(String versionID)
public PutObjectACLInput setAcl(com.volcengine.tos.comm.common.ACLType acl)
public PutObjectACLInput setGrantFullControl(String grantFullControl)
public PutObjectACLInput setGrantRead(String grantRead)
public PutObjectACLInput setGrantReadAcp(String grantReadAcp)
public PutObjectACLInput setGrantWriteAcp(String grantWriteAcp)
public PutObjectACLInput setObjectAclRules(ObjectAclRulesV2 objectAclRules)
public static PutObjectACLInput.PutObjectACLInputBuilder builder()
Copyright © 2022. All rights reserved.