Class UpdateMediaWorkflowConfigurationDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.mediaservices.model.UpdateMediaWorkflowConfigurationDetails.Builder
-
- Enclosing class:
- UpdateMediaWorkflowConfigurationDetails
public static class UpdateMediaWorkflowConfigurationDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateMediaWorkflowConfigurationDetails
build()
UpdateMediaWorkflowConfigurationDetails.Builder
copy(UpdateMediaWorkflowConfigurationDetails model)
UpdateMediaWorkflowConfigurationDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.UpdateMediaWorkflowConfigurationDetails.Builder
displayName(String displayName)
Name for the MediaWorkflowConfiguration.UpdateMediaWorkflowConfigurationDetails.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.UpdateMediaWorkflowConfigurationDetails.Builder
parameters(Map<String,Object> parameters)
Reuseable parameter values encoded as a JSON; the top and second level JSON elements are objects.
-
-
-
Method Detail
-
displayName
public UpdateMediaWorkflowConfigurationDetails.Builder displayName(String displayName)
Name for the MediaWorkflowConfiguration.Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
parameters
public UpdateMediaWorkflowConfigurationDetails.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 refer 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
-
freeformTags
public UpdateMediaWorkflowConfigurationDetails.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
-
definedTags
public UpdateMediaWorkflowConfigurationDetails.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
-
build
public UpdateMediaWorkflowConfigurationDetails build()
-
copy
public UpdateMediaWorkflowConfigurationDetails.Builder copy(UpdateMediaWorkflowConfigurationDetails model)
-
-