public static class MediaWorkflowConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MediaWorkflowConfiguration |
build() |
MediaWorkflowConfiguration.Builder |
compartmentId(String compartmentId)
Compartment Identifier.
|
MediaWorkflowConfiguration.Builder |
copy(MediaWorkflowConfiguration model) |
MediaWorkflowConfiguration.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
MediaWorkflowConfiguration.Builder |
displayName(String displayName)
Display name for the MediaWorkflowConfiguration.
|
MediaWorkflowConfiguration.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
MediaWorkflowConfiguration.Builder |
id(String id)
Unique identifier that is immutable on creation.
|
MediaWorkflowConfiguration.Builder |
lifecycleState(MediaWorkflowConfiguration.LifecycleState lifecycleState)
The current state of the MediaWorkflowConfiguration.
|
MediaWorkflowConfiguration.Builder |
lifecyleDetails(String lifecyleDetails)
A message describing the current state in more detail.
|
MediaWorkflowConfiguration.Builder |
locks(List<ResourceLock> locks)
Locks associated with this resource.
|
MediaWorkflowConfiguration.Builder |
parameters(Map<String,Object> parameters)
Reuseable parameter values encoded as a JSON; the top and second level JSON elements are
objects.
|
MediaWorkflowConfiguration.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
MediaWorkflowConfiguration.Builder |
timeCreated(Date timeCreated)
The time when the the MediaWorkflowConfiguration was created.
|
MediaWorkflowConfiguration.Builder |
timeUpdated(Date timeUpdated)
The time when the MediaWorkflowConfiguration was updated.
|
public MediaWorkflowConfiguration.Builder id(String id)
Unique identifier that is immutable on creation.
id
- the value to setpublic MediaWorkflowConfiguration.Builder displayName(String displayName)
Display name for the MediaWorkflowConfiguration. Avoid entering confidential information.
displayName
- the value to setpublic MediaWorkflowConfiguration.Builder compartmentId(String compartmentId)
Compartment Identifier.
compartmentId
- the value to setpublic 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
- the value to setpublic MediaWorkflowConfiguration.Builder timeCreated(Date timeCreated)
The time when the the MediaWorkflowConfiguration was created. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic MediaWorkflowConfiguration.Builder timeUpdated(Date timeUpdated)
The time when the MediaWorkflowConfiguration was updated. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic MediaWorkflowConfiguration.Builder lifecycleState(MediaWorkflowConfiguration.LifecycleState lifecycleState)
The current state of the MediaWorkflowConfiguration.
lifecycleState
- the value to setpublic 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.
lifecyleDetails
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic 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"}}
systemTags
- the value to setpublic MediaWorkflowConfiguration.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.
locks
- the value to setpublic MediaWorkflowConfiguration build()
public MediaWorkflowConfiguration.Builder copy(MediaWorkflowConfiguration model)
Copyright © 2016–2024. All rights reserved.