| static SystemMediaWorkflow.Builder | SystemMediaWorkflow. builder() | Create a new builder. | 
| SystemMediaWorkflow.Builder | SystemMediaWorkflow.Builder. copy(SystemMediaWorkflow model) |  | 
| SystemMediaWorkflow.Builder | SystemMediaWorkflow.Builder. description(String description) | Description of this workflow’s processing and how that processing can be customized by
specifying parameter values. | 
| SystemMediaWorkflow.Builder | SystemMediaWorkflow.Builder. locks(List<ResourceLock> locks) | Locks associated with this resource. | 
| SystemMediaWorkflow.Builder | SystemMediaWorkflow.Builder. name(String name) | System provided unique identifier for this static media workflow. | 
| SystemMediaWorkflow.Builder | SystemMediaWorkflow.Builder. parameters(Map<String,Object> parameters) | JSON object representing named parameters and their default values that can be referenced
throughout this workflow. | 
| SystemMediaWorkflow.Builder | SystemMediaWorkflow.Builder. tasks(List<MediaWorkflowTask> tasks) | The processing to be done in this workflow. | 
| SystemMediaWorkflow.Builder | SystemMediaWorkflow. toBuilder() |  |