Class CreateMediaWorkflowConfigurationDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.mediaservices.model.CreateMediaWorkflowConfigurationDetails.Builder
 
- 
- Enclosing class:
- CreateMediaWorkflowConfigurationDetails
 
 public static class CreateMediaWorkflowConfigurationDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic CreateMediaWorkflowConfigurationDetails.Builder displayName(String displayName) MediaWorkflowConfiguration identifier.Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
parameterspublic CreateMediaWorkflowConfigurationDetails.Builder parameters(Map<String,Object> parameters) Reuseable parameter values encoded as a JSON; the top and second level JSON elements are objects.Each key of the top level object refers to a task key that is unqiue to the workflow, each of the second level objects’ keys refer to the name of a parameter that is unique to the task. taskKey -> parameterName -> parameterValue - Parameters:
- parameters- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic CreateMediaWorkflowConfigurationDetails.Builder compartmentId(String compartmentId) Compartment Identifier.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic CreateMediaWorkflowConfigurationDetails.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 CreateMediaWorkflowConfigurationDetails.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
 
 - 
lockspublic CreateMediaWorkflowConfigurationDetails.Builder locks(List<ResourceLock> locks) Locks associated with this resource.- Parameters:
- locks- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateMediaWorkflowConfigurationDetails build() 
 - 
copypublic CreateMediaWorkflowConfigurationDetails.Builder copy(CreateMediaWorkflowConfigurationDetails model) 
 
- 
 
-