public class CreateDocumentFromBosRequest extends AbstractBceRequest
| Constructor and Description |
|---|
CreateDocumentFromBosRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccess() |
String |
getBucket() |
String |
getFormat() |
String |
getNotification() |
String |
getObject() |
String |
getTargetType() |
String |
getTitle() |
void |
setAccess(String access) |
void |
setBucket(String bucket) |
void |
setFormat(String format) |
void |
setNotification(String notification) |
void |
setObject(String object) |
void |
setTargetType(String targetType) |
void |
setTitle(String title) |
CreateDocumentFromBosRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic CreateDocumentFromBosRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic String getBucket()
public void setBucket(String bucket)
public String getObject()
public void setObject(String object)
public String getFormat()
public void setFormat(String format)
public String getNotification()
public void setNotification(String notification)
public String getTitle()
public void setTitle(String title)
public String getAccess()
public void setAccess(String access)
public String getTargetType()
public void setTargetType(String targetType)
Copyright © 2024. All rights reserved.