public static class MediaWorkflowJob.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MediaWorkflowJob |
build() |
MediaWorkflowJob.Builder |
compartmentId(String compartmentId)
Compartment Identifier.
|
MediaWorkflowJob.Builder |
copy(MediaWorkflowJob model) |
MediaWorkflowJob.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
MediaWorkflowJob.Builder |
displayName(String displayName)
Name of the Media Workflow Job.
|
MediaWorkflowJob.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
MediaWorkflowJob.Builder |
id(String id)
Unique identifier for this run of the workflow.
|
MediaWorkflowJob.Builder |
lifecycleDetails(String lifecycleDetails)
The lifecyle details.
|
MediaWorkflowJob.Builder |
lifecycleState(MediaWorkflowJob.LifecycleState lifecycleState)
The current state of the MediaWorkflowJob.
|
MediaWorkflowJob.Builder |
locks(List<ResourceLock> locks)
Locks associated with this resource.
|
MediaWorkflowJob.Builder |
mediaWorkflowConfigurationIds(List<String> mediaWorkflowConfigurationIds)
Configurations to be applied to this run of the workflow.
|
MediaWorkflowJob.Builder |
mediaWorkflowId(String mediaWorkflowId)
The workflow to execute.
|
MediaWorkflowJob.Builder |
outputs(List<JobOutput> outputs)
A list of JobOutput for the workflowJob.
|
MediaWorkflowJob.Builder |
parameters(Map<String,Object> parameters)
Parameters that override parameters specified in MediaWorkflowTaskDeclarations, the
MediaWorkflow, the MediaWorkflow’s MediaWorkflowConfigurations and the
MediaWorkflowConfigurations of this MediaWorkflowJob.
|
MediaWorkflowJob.Builder |
runnable(Map<String,Object> runnable)
A JSON representation of the job as it will be run by the system.
|
MediaWorkflowJob.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
MediaWorkflowJob.Builder |
taskLifecycleState(List<MediaWorkflowTaskState> taskLifecycleState)
Status of each task.
|
MediaWorkflowJob.Builder |
timeCreated(Date timeCreated)
Creation time of the job.
|
MediaWorkflowJob.Builder |
timeEnded(Date timeEnded)
Time when the job finished.
|
MediaWorkflowJob.Builder |
timeStarted(Date timeStarted)
Time when the job started to execute.
|
MediaWorkflowJob.Builder |
timeUpdated(Date timeUpdated)
Updated time of the job.
|
public MediaWorkflowJob.Builder mediaWorkflowConfigurationIds(List<String> mediaWorkflowConfigurationIds)
Configurations to be applied to this run of the workflow.
mediaWorkflowConfigurationIds
- the value to setpublic MediaWorkflowJob.Builder mediaWorkflowId(String mediaWorkflowId)
The workflow to execute.
mediaWorkflowId
- the value to setpublic MediaWorkflowJob.Builder id(String id)
Unique identifier for this run of the workflow.
id
- the value to setpublic MediaWorkflowJob.Builder compartmentId(String compartmentId)
Compartment Identifier.
compartmentId
- the value to setpublic MediaWorkflowJob.Builder displayName(String displayName)
Name of the Media Workflow Job. Does not have to be unique. Avoid entering confidential information.
displayName
- the value to setpublic MediaWorkflowJob.Builder lifecycleState(MediaWorkflowJob.LifecycleState lifecycleState)
The current state of the MediaWorkflowJob.
lifecycleState
- the value to setpublic MediaWorkflowJob.Builder lifecycleDetails(String lifecycleDetails)
The lifecyle details.
lifecycleDetails
- the value to setpublic MediaWorkflowJob.Builder taskLifecycleState(List<MediaWorkflowTaskState> taskLifecycleState)
Status of each task.
taskLifecycleState
- the value to setpublic MediaWorkflowJob.Builder parameters(Map<String,Object> parameters)
Parameters that override parameters specified in MediaWorkflowTaskDeclarations, the MediaWorkflow, the MediaWorkflow’s MediaWorkflowConfigurations and the MediaWorkflowConfigurations of this MediaWorkflowJob. The parameters are given as JSON. The top level and 2nd level elements must be JSON objects (vs arrays, scalars, etc). The top level keys refer to a task’s key and the 2nd level keys refer to a parameter’s name.
parameters
- the value to setpublic MediaWorkflowJob.Builder timeCreated(Date timeCreated)
Creation time of the job. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic MediaWorkflowJob.Builder timeUpdated(Date timeUpdated)
Updated time of the job. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic MediaWorkflowJob.Builder runnable(Map<String,Object> runnable)
A JSON representation of the job as it will be run by the system. All the task declarations, configurations and parameters are merged. Parameter values are all fully resolved.
runnable
- the value to setpublic MediaWorkflowJob.Builder outputs(List<JobOutput> outputs)
A list of JobOutput for the workflowJob.
outputs
- the value to setpublic MediaWorkflowJob.Builder timeStarted(Date timeStarted)
Time when the job started to execute. An RFC3339 formatted datetime string.
timeStarted
- the value to setpublic MediaWorkflowJob.Builder timeEnded(Date timeEnded)
Time when the job finished. An RFC3339 formatted datetime string.
timeEnded
- the value to setpublic MediaWorkflowJob.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.
locks
- the value to setpublic MediaWorkflowJob.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic MediaWorkflowJob.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic MediaWorkflowJob.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic MediaWorkflowJob build()
public MediaWorkflowJob.Builder copy(MediaWorkflowJob model)
Copyright © 2016–2024. All rights reserved.