public static class SystemMediaWorkflow.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SystemMediaWorkflow |
build() |
SystemMediaWorkflow.Builder |
copy(SystemMediaWorkflow model) |
SystemMediaWorkflow.Builder |
description(String description)
Description of this workflow’s processing and how that processing can be customized by
specifying parameter values.
|
SystemMediaWorkflow.Builder |
locks(List<ResourceLock> locks)
Locks associated with this resource.
|
SystemMediaWorkflow.Builder |
name(String name)
System provided unique identifier for this static media workflow.
|
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 |
tasks(List<MediaWorkflowTask> tasks)
The processing to be done in this workflow.
|
public SystemMediaWorkflow.Builder name(String name)
System provided unique identifier for this static media workflow.
name
- the value to setpublic SystemMediaWorkflow.Builder description(String description)
Description of this workflow’s processing and how that processing can be customized by specifying parameter values.
description
- the value to setpublic SystemMediaWorkflow.Builder parameters(Map<String,Object> parameters)
JSON object representing named parameters and their default values that can be referenced throughout this workflow. The values declared here can be overridden by the MediaWorkflowConfigurations or parameters supplied when creating MediaWorkflowJobs from this MediaWorkflow.
parameters
- the value to setpublic SystemMediaWorkflow.Builder tasks(List<MediaWorkflowTask> tasks)
The processing to be done in this workflow. Each key of the MediaWorkflowTasks in this array is unique within the array. The order of the items is preserved from the order of the tasks array in CreateMediaWorkflowDetails or UpdateMediaWorkflowDetails.
tasks
- the value to setpublic SystemMediaWorkflow.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.
locks
- the value to setpublic SystemMediaWorkflow build()
public SystemMediaWorkflow.Builder copy(SystemMediaWorkflow model)
Copyright © 2016–2024. All rights reserved.