public static class CreateMediaWorkflowDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateMediaWorkflowDetails |
build() |
CreateMediaWorkflowDetails.Builder |
compartmentId(String compartmentId)
Compartment Identifier.
|
CreateMediaWorkflowDetails.Builder |
copy(CreateMediaWorkflowDetails model) |
CreateMediaWorkflowDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateMediaWorkflowDetails.Builder |
displayName(String displayName)
Name for the MediaWorkflow.
|
CreateMediaWorkflowDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
CreateMediaWorkflowDetails.Builder |
locks(List<ResourceLock> locks)
Locks associated with this resource.
|
CreateMediaWorkflowDetails.Builder |
mediaWorkflowConfigurationIds(List<String> mediaWorkflowConfigurationIds)
Configurations to be applied to all the jobs for this workflow.
|
CreateMediaWorkflowDetails.Builder |
parameters(Map<String,Object> parameters)
JSON object representing named parameters and their default values that can be referenced
throughout this workflow.
|
CreateMediaWorkflowDetails.Builder |
tasks(List<MediaWorkflowTask> tasks)
The processing to be done in this workflow.
|
public CreateMediaWorkflowDetails.Builder displayName(String displayName)
Name for the MediaWorkflow. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic CreateMediaWorkflowDetails.Builder compartmentId(String compartmentId)
Compartment Identifier.
compartmentId
- the value to setpublic CreateMediaWorkflowDetails.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. The order of tasks given here will be preserved.
tasks
- the value to setpublic CreateMediaWorkflowDetails.Builder mediaWorkflowConfigurationIds(List<String> mediaWorkflowConfigurationIds)
Configurations to be applied to all the jobs for this workflow. Parameters in these configurations are overridden by parameters in the MediaWorkflowConfigurations of the MediaWorkflowJob and the parameters of the MediaWorkflowJob.
mediaWorkflowConfigurationIds
- the value to setpublic CreateMediaWorkflowDetails.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
- the value to setpublic CreateMediaWorkflowDetails.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 CreateMediaWorkflowDetails.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 CreateMediaWorkflowDetails.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.
locks
- the value to setpublic CreateMediaWorkflowDetails build()
public CreateMediaWorkflowDetails.Builder copy(CreateMediaWorkflowDetails model)
Copyright © 2016–2024. All rights reserved.