Class MediaWorkflowConfiguration.Builder
- java.lang.Object
 - 
- com.oracle.bmc.mediaservices.model.MediaWorkflowConfiguration.Builder
 
 
- 
- Enclosing class:
 - MediaWorkflowConfiguration
 
public static class MediaWorkflowConfiguration.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MediaWorkflowConfigurationbuild()MediaWorkflowConfiguration.BuildercompartmentId(String compartmentId)Compartment Identifier.MediaWorkflowConfiguration.Buildercopy(MediaWorkflowConfiguration model)MediaWorkflowConfiguration.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.MediaWorkflowConfiguration.BuilderdisplayName(String displayName)Display name for the MediaWorkflowConfiguration.MediaWorkflowConfiguration.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.MediaWorkflowConfiguration.Builderid(String id)Unique identifier that is immutable on creation.MediaWorkflowConfiguration.BuilderlifecycleState(MediaWorkflowConfiguration.LifecycleState lifecycleState)The current state of the MediaWorkflowConfiguration.MediaWorkflowConfiguration.BuilderlifecyleDetails(String lifecyleDetails)A message describing the current state in more detail.MediaWorkflowConfiguration.Builderlocks(List<ResourceLock> locks)Locks associated with this resource.MediaWorkflowConfiguration.Builderparameters(Map<String,Object> parameters)Reuseable parameter values encoded as a JSON; the top and second level JSON elements are objects.MediaWorkflowConfiguration.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.MediaWorkflowConfiguration.BuildertimeCreated(Date timeCreated)The time when the the MediaWorkflowConfiguration was created.MediaWorkflowConfiguration.BuildertimeUpdated(Date timeUpdated)The time when the MediaWorkflowConfiguration was updated. 
 - 
 
- 
- 
Method Detail
- 
id
public MediaWorkflowConfiguration.Builder id(String id)
Unique identifier that is immutable on creation.- Parameters:
 id- the value to set- Returns:
 - this builder
 
 
- 
displayName
public MediaWorkflowConfiguration.Builder displayName(String displayName)
Display name for the MediaWorkflowConfiguration.Avoid entering confidential information.
- Parameters:
 displayName- the value to set- Returns:
 - this builder
 
 
- 
compartmentId
public MediaWorkflowConfiguration.Builder compartmentId(String compartmentId)
Compartment Identifier.- Parameters:
 compartmentId- the value to set- Returns:
 - this builder
 
 
- 
parameters
public MediaWorkflowConfiguration.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
 
 
- 
timeCreated
public MediaWorkflowConfiguration.Builder timeCreated(Date timeCreated)
The time when the the MediaWorkflowConfiguration was created.An RFC3339 formatted datetime string.
- Parameters:
 timeCreated- the value to set- Returns:
 - this builder
 
 
- 
timeUpdated
public MediaWorkflowConfiguration.Builder timeUpdated(Date timeUpdated)
The time when the MediaWorkflowConfiguration was updated.An RFC3339 formatted datetime string.
- Parameters:
 timeUpdated- the value to set- Returns:
 - this builder
 
 
- 
lifecycleState
public MediaWorkflowConfiguration.Builder lifecycleState(MediaWorkflowConfiguration.LifecycleState lifecycleState)
The current state of the MediaWorkflowConfiguration.- Parameters:
 lifecycleState- the value to set- Returns:
 - this builder
 
 
- 
lifecyleDetails
public MediaWorkflowConfiguration.Builder lifecyleDetails(String lifecyleDetails)
A message describing the current state in more detail.For example, can be used to provide actionable information for a resource in Failed state.
- Parameters:
 lifecyleDetails- the value to set- Returns:
 - this builder
 
 
- 
freeformTags
public MediaWorkflowConfiguration.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 MediaWorkflowConfiguration.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
 
 
- 
systemTags
public MediaWorkflowConfiguration.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
- Parameters:
 systemTags- the value to set- Returns:
 - this builder
 
 
- 
locks
public MediaWorkflowConfiguration.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.- Parameters:
 locks- the value to set- Returns:
 - this builder
 
 
- 
build
public MediaWorkflowConfiguration build()
 
- 
copy
public MediaWorkflowConfiguration.Builder copy(MediaWorkflowConfiguration model)
 
 - 
 
 -