public static class CreateMediaWorkflowConfigurationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateMediaWorkflowConfigurationDetails.Builder displayName(String displayName)
MediaWorkflowConfiguration identifier. Avoid entering confidential information.
displayName
- the value to setpublic 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
- the value to setpublic CreateMediaWorkflowConfigurationDetails.Builder compartmentId(String compartmentId)
Compartment Identifier.
compartmentId
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic CreateMediaWorkflowConfigurationDetails.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.
locks
- the value to setpublic CreateMediaWorkflowConfigurationDetails build()
public CreateMediaWorkflowConfigurationDetails.Builder copy(CreateMediaWorkflowConfigurationDetails model)
Copyright © 2016–2024. All rights reserved.