Package com.oracle.bmc.aispeech.model
Class TranscriptionJobSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.aispeech.model.TranscriptionJobSummary.Builder
 
- 
- Enclosing class:
- TranscriptionJobSummary
 
 public static class TranscriptionJobSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TranscriptionJobSummarybuild()TranscriptionJobSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment where you want to create the job.TranscriptionJobSummary.Buildercopy(TranscriptionJobSummary model)TranscriptionJobSummary.BuildercreatedBy(String createdBy)The OCID of the user who created the job.TranscriptionJobSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.TranscriptionJobSummary.BuilderdisplayName(String displayName)A user-friendly display name for the job.TranscriptionJobSummary.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.TranscriptionJobSummary.Builderid(String id)The OCID of the job.TranscriptionJobSummary.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state in more detail.TranscriptionJobSummary.BuilderlifecycleState(TranscriptionJob.LifecycleState lifecycleState)The current state of the Speech Job.TranscriptionJobSummary.BuilderoutstandingTasks(Integer outstandingTasks)Total outstanding tasks in a job.TranscriptionJobSummary.BuilderpercentComplete(Integer percentComplete)How much progress the operation has made, vs the total amount of work that must be performed.TranscriptionJobSummary.BuildersuccessfulTasks(Integer successfulTasks)Total successful tasks in a job.TranscriptionJobSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.TranscriptionJobSummary.BuildertimeAccepted(Date timeAccepted)Job accepted time.TranscriptionJobSummary.BuildertimeFinished(Date timeFinished)Job finished time.TranscriptionJobSummary.BuildertimeStarted(Date timeStarted)Job started time.TranscriptionJobSummary.BuildertotalTasks(Integer totalTasks)Total number of tasks in a job.
 
- 
- 
- 
Method Detail- 
idpublic TranscriptionJobSummary.Builder id(String id) The OCID of the job.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic TranscriptionJobSummary.Builder displayName(String displayName) A user-friendly display name for the job.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic TranscriptionJobSummary.Builder compartmentId(String compartmentId) The OCID of the compartment where you want to create the job.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
createdBypublic TranscriptionJobSummary.Builder createdBy(String createdBy) The OCID of the user who created the job.- Parameters:
- createdBy- the value to set
- Returns:
- this builder
 
 - 
percentCompletepublic TranscriptionJobSummary.Builder percentComplete(Integer 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
 
 - 
timeAcceptedpublic TranscriptionJobSummary.Builder timeAccepted(Date timeAccepted) Job accepted time.- Parameters:
- timeAccepted- the value to set
- Returns:
- this builder
 
 - 
timeStartedpublic TranscriptionJobSummary.Builder timeStarted(Date timeStarted) Job started time.- Parameters:
- timeStarted- the value to set
- Returns:
- this builder
 
 - 
timeFinishedpublic TranscriptionJobSummary.Builder timeFinished(Date timeFinished) Job finished time.- Parameters:
- timeFinished- the value to set
- Returns:
- this builder
 
 - 
totalTaskspublic TranscriptionJobSummary.Builder totalTasks(Integer totalTasks) Total number of tasks in a job.- Parameters:
- totalTasks- the value to set
- Returns:
- this builder
 
 - 
outstandingTaskspublic TranscriptionJobSummary.Builder outstandingTasks(Integer outstandingTasks) Total outstanding tasks in a job.- Parameters:
- outstandingTasks- the value to set
- Returns:
- this builder
 
 - 
successfulTaskspublic TranscriptionJobSummary.Builder successfulTasks(Integer successfulTasks) Total successful tasks in a job.- Parameters:
- successfulTasks- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic TranscriptionJobSummary.Builder lifecycleState(TranscriptionJob.LifecycleState lifecycleState) The current state of the Speech Job.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic TranscriptionJobSummary.Builder lifecycleDetails(String lifecycleDetails) 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:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic TranscriptionJobSummary.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
 
 - 
definedTagspublic TranscriptionJobSummary.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-1”: {“bar-key-1”: “value-1”, “bar-key-2”: “value-2”}, “foo-namespace-2”: {“bar-key-1”: “value-1”, “bar-key-2”: “value-2”}}. - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic TranscriptionJobSummary.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
 
 - 
buildpublic TranscriptionJobSummary build() 
 - 
copypublic TranscriptionJobSummary.Builder copy(TranscriptionJobSummary model) 
 
- 
 
-