Class UpdateMediaWorkflowDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.mediaservices.model.UpdateMediaWorkflowDetails.Builder
 
- 
- Enclosing class:
- UpdateMediaWorkflowDetails
 
 public static class UpdateMediaWorkflowDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateMediaWorkflowDetailsbuild()UpdateMediaWorkflowDetails.Buildercopy(UpdateMediaWorkflowDetails model)UpdateMediaWorkflowDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateMediaWorkflowDetails.BuilderdisplayName(String displayName)Name for the MediaWorkflow.UpdateMediaWorkflowDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.UpdateMediaWorkflowDetails.BuildermediaWorkflowConfigurationIds(List<String> mediaWorkflowConfigurationIds)Configurations to be applied to all jobs for this workflow.UpdateMediaWorkflowDetails.Builderparameters(Map<String,Object> parameters)JSON object representing named parameters and their default values that can be referenced throughout this workflow.UpdateMediaWorkflowDetails.Buildertasks(List<MediaWorkflowTask> tasks)The processing to be done in this workflow.
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateMediaWorkflowDetails.Builder displayName(String displayName) Name for the MediaWorkflow.Does not have to be unique, and it’s changeable. Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
taskspublic UpdateMediaWorkflowDetails.Builder tasks(List<MediaWorkflowTask> tasks) The processing to be done in this workflow.Each key of the MediaWorkflowTasks in this array must be unique within the array. - Parameters:
- tasks- the value to set
- Returns:
- this builder
 
 - 
mediaWorkflowConfigurationIdspublic UpdateMediaWorkflowDetails.Builder mediaWorkflowConfigurationIds(List<String> mediaWorkflowConfigurationIds) Configurations to be applied to all jobs for this workflow.Parameters in these configurations are overridden by parameters in the MediaWorkflowConfigurations of the MediaWorkflogJob and the parameters of the MediaWorkflowJob. - Parameters:
- mediaWorkflowConfigurationIds- the value to set
- Returns:
- this builder
 
 - 
parameterspublic UpdateMediaWorkflowDetails.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:
- parameters- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateMediaWorkflowDetails.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”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdateMediaWorkflowDetails.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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateMediaWorkflowDetails build() 
 - 
copypublic UpdateMediaWorkflowDetails.Builder copy(UpdateMediaWorkflowDetails model) 
 
- 
 
-