Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VideoJob |
build() |
VideoJob.Builder |
compartmentId(String compartmentId)
The ocid of the compartment that starts the job.
|
VideoJob.Builder |
copy(VideoJob model) |
VideoJob.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
VideoJob.Builder |
displayName(String displayName)
Video job display name.
|
VideoJob.Builder |
features(List<VideoFeature> features)
a list of document analysis features.
|
VideoJob.Builder |
freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope.
|
VideoJob.Builder |
id(String id)
Id of the job.
|
VideoJob.Builder |
inputLocation(InputLocation inputLocation) |
VideoJob.Builder |
lifecycleDetails(VideoJob.LifecycleDetails lifecycleDetails)
Detailed status of FAILED state.
|
VideoJob.Builder |
lifecycleState(VideoJob.LifecycleState lifecycleState)
The current state of the batch document job.
|
VideoJob.Builder |
outputLocation(OutputLocation outputLocation) |
VideoJob.Builder |
percentComplete(Float percentComplete)
How much progress the operation has made, vs the total amount of work that must be
performed.
|
VideoJob.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
VideoJob.Builder |
timeAccepted(Date timeAccepted)
Job accepted time.
|
VideoJob.Builder |
timeFinished(Date timeFinished)
Job finished time.
|
VideoJob.Builder |
timeStarted(Date timeStarted)
Job started time.
|
public VideoJob.Builder id(String id)
Id of the job.
id
- the value to setpublic VideoJob.Builder compartmentId(String compartmentId)
The ocid of the compartment that starts the job.
compartmentId
- the value to setpublic VideoJob.Builder displayName(String displayName)
Video job display name.
displayName
- the value to setpublic VideoJob.Builder features(List<VideoFeature> features)
a list of document analysis features.
features
- the value to setpublic VideoJob.Builder inputLocation(InputLocation inputLocation)
public VideoJob.Builder timeAccepted(Date timeAccepted)
Job accepted time.
timeAccepted
- the value to setpublic VideoJob.Builder timeStarted(Date timeStarted)
Job started time.
timeStarted
- the value to setpublic VideoJob.Builder timeFinished(Date timeFinished)
Job finished time.
timeFinished
- the value to setpublic VideoJob.Builder percentComplete(Float percentComplete)
How much progress the operation has made, vs the total amount of work that must be performed.
percentComplete
- the value to setpublic VideoJob.Builder outputLocation(OutputLocation outputLocation)
public VideoJob.Builder lifecycleState(VideoJob.LifecycleState lifecycleState)
The current state of the batch document job.
lifecycleState
- the value to setpublic VideoJob.Builder lifecycleDetails(VideoJob.LifecycleDetails lifecycleDetails)
Detailed status of FAILED state.
lifecycleDetails
- the value to setpublic VideoJob.Builder freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope. It
exists for cross-compatibility only. For example: {"bar-key": "value"}
freeformTags
- the value to setpublic VideoJob.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For
example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic VideoJob.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. For example:
{"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic VideoJob build()
public VideoJob.Builder copy(VideoJob model)
Copyright © 2016–2024. All rights reserved.