Package com.oracle.bmc.aivision.model
Class VideoJob.Builder
- java.lang.Object
- 
- com.oracle.bmc.aivision.model.VideoJob.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description VideoJobbuild()VideoJob.BuildercompartmentId(String compartmentId)The ocid of the compartment that starts the job.VideoJob.Buildercopy(VideoJob model)VideoJob.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.VideoJob.BuilderdisplayName(String displayName)Video job display name.VideoJob.Builderfeatures(List<VideoFeature> features)a list of document analysis features.VideoJob.BuilderfreeformTags(Map<String,String> freeformTags)A simple key-value pair that is applied without any predefined name, type, or scope.VideoJob.Builderid(String id)Id of the job.VideoJob.BuilderinputLocation(InputLocation inputLocation)VideoJob.BuilderlifecycleDetails(VideoJob.LifecycleDetails lifecycleDetails)Detailed status of FAILED state.VideoJob.BuilderlifecycleState(VideoJob.LifecycleState lifecycleState)The current state of the video job.VideoJob.BuilderoutputLocation(OutputLocation outputLocation)VideoJob.BuilderpercentComplete(Float percentComplete)How much progress the operation has made, vs the total amount of work that must be performed.VideoJob.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.VideoJob.BuildertimeAccepted(Date timeAccepted)Job accepted time.VideoJob.BuildertimeFinished(Date timeFinished)Job finished time.VideoJob.BuildertimeStarted(Date timeStarted)Job started time.
 
- 
- 
- 
Method Detail- 
idpublic VideoJob.Builder id(String id) Id of the job.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic VideoJob.Builder compartmentId(String compartmentId) The ocid of the compartment that starts the job.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic VideoJob.Builder displayName(String displayName) Video job display name.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
featurespublic VideoJob.Builder features(List<VideoFeature> features) a list of document analysis features.- Parameters:
- features- the value to set
- Returns:
- this builder
 
 - 
inputLocationpublic VideoJob.Builder inputLocation(InputLocation inputLocation) 
 - 
timeAcceptedpublic VideoJob.Builder timeAccepted(Date timeAccepted) Job accepted time.- Parameters:
- timeAccepted- the value to set
- Returns:
- this builder
 
 - 
timeStartedpublic VideoJob.Builder timeStarted(Date timeStarted) Job started time.- Parameters:
- timeStarted- the value to set
- Returns:
- this builder
 
 - 
timeFinishedpublic VideoJob.Builder timeFinished(Date timeFinished) Job finished time.- Parameters:
- timeFinished- the value to set
- Returns:
- this builder
 
 - 
percentCompletepublic VideoJob.Builder percentComplete(Float percentComplete) How much progress the operation has made, vs the total amount of work that must be performed.- Parameters:
- percentComplete- the value to set
- Returns:
- this builder
 
 - 
outputLocationpublic VideoJob.Builder outputLocation(OutputLocation outputLocation) 
 - 
lifecycleStatepublic VideoJob.Builder lifecycleState(VideoJob.LifecycleState lifecycleState) The current state of the video job.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic VideoJob.Builder lifecycleDetails(VideoJob.LifecycleDetails lifecycleDetails) Detailed status of FAILED state.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic 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”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic 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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic 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”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic VideoJob build() 
 - 
copypublic VideoJob.Builder copy(VideoJob model) 
 
- 
 
-