static MediaWorkflowTaskDeclaration.Builder |
MediaWorkflowTaskDeclaration.builder() |
Create a new builder.
|
MediaWorkflowTaskDeclaration.Builder |
MediaWorkflowTaskDeclaration.Builder.copy(MediaWorkflowTaskDeclaration model) |
|
MediaWorkflowTaskDeclaration.Builder |
MediaWorkflowTaskDeclaration.Builder.locks(List<ResourceLock> locks) |
Locks associated with this resource.
|
MediaWorkflowTaskDeclaration.Builder |
MediaWorkflowTaskDeclaration.Builder.name(String name) |
MediaWorkflowTaskDeclaration identifier.
|
MediaWorkflowTaskDeclaration.Builder |
MediaWorkflowTaskDeclaration.Builder.parametersSchema(Map<String,Object> parametersSchema) |
JSON schema specifying the parameters supported by this type of task.
|
MediaWorkflowTaskDeclaration.Builder |
MediaWorkflowTaskDeclaration.Builder.parametersSchemaAllowingReferences(Map<String,Object> parametersSchemaAllowingReferences) |
JSON schema similar to the parameterSchema, but permits parameter values to refer to
other parameters using the ${/path/to/another/parmeter} syntax.
|
MediaWorkflowTaskDeclaration.Builder |
MediaWorkflowTaskDeclaration.toBuilder() |
|
MediaWorkflowTaskDeclaration.Builder |
MediaWorkflowTaskDeclaration.Builder.version(Integer version) |
The version of MediaWorkflowTaskDeclaration, incremented whenever the team implementing
the task processor modifies the JSON schema of this declaration’s definitions, parameters
or list of required parameters.
|