public class CosOutputStorage extends AbstractModel
Constructor and Description |
---|
CosOutputStorage() |
CosOutputStorage(CosOutputStorage source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getBucket()
Get Name of the target bucket of a video processing output file, such as `TopRankVideo-125xxx88`.
|
String |
getRegion()
Get Region of the target bucket of a video processing output file, such as `ap-chongqing`.
|
void |
setBucket(String Bucket)
Set Name of the target bucket of a video processing output file, such as `TopRankVideo-125xxx88`.
|
void |
setRegion(String Region)
Set Region of the target bucket of a video processing output file, such as `ap-chongqing`.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CosOutputStorage()
public CosOutputStorage(CosOutputStorage source)
public String getBucket()
public void setBucket(String Bucket)
Bucket
- Name of the target bucket of a video processing output file, such as `TopRankVideo-125xxx88`. If this parameter is left empty, the parameter of the upper folder will be inherited.public String getRegion()
public void setRegion(String Region)
Region
- Region of the target bucket of a video processing output file, such as `ap-chongqing`. If this parameter is left empty, the parameter of the upper folder will be inherited.Copyright © 2021. All rights reserved.