public class TaskOutputStorage extends AbstractModel
Constructor and Description |
---|
TaskOutputStorage() |
TaskOutputStorage(TaskOutputStorage 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 |
---|---|
CosOutputStorage |
getCosOutputStorage()
Get The location to save the output object in COS.
|
S3OutputStorage |
getS3OutputStorage()
Get The AWS S3 bucket to save the output file.
|
String |
getType()
Get The storage type for a media processing output file.
|
void |
setCosOutputStorage(CosOutputStorage CosOutputStorage)
Set The location to save the output object in COS.
|
void |
setS3OutputStorage(S3OutputStorage S3OutputStorage)
Set The AWS S3 bucket to save the output file.
|
void |
setType(String Type)
Set The storage type for a media processing output file.
|
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 TaskOutputStorage()
public TaskOutputStorage(TaskOutputStorage source)
public String getType()
public void setType(String Type)
Type
- The storage type for a media processing output file. Valid values:
public CosOutputStorage getCosOutputStorage()
public void setCosOutputStorage(CosOutputStorage CosOutputStorage)
CosOutputStorage
- The location to save the output object in COS. This parameter is valid and required when `Type` is COS.
Note: This field may return null, indicating that no valid value can be obtained.public S3OutputStorage getS3OutputStorage()
public void setS3OutputStorage(S3OutputStorage S3OutputStorage)
S3OutputStorage
- The AWS S3 bucket to save the output file. This parameter is required if `Type` is `AWS-S3`.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2023. All rights reserved.