Package com.oracle.bmc.aispeech.model
Class Customization.Builder
- java.lang.Object
- 
- com.oracle.bmc.aispeech.model.Customization.Builder
 
- 
- Enclosing class:
- Customization
 
 public static class Customization.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Customization.Builderalias(String alias)Customization Details AliasCustomizationbuild()Customization.BuildercompartmentId(String compartmentId)The OCID of the compartment where you want to create the job.Customization.Buildercopy(Customization model)Customization.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.Customization.Builderdescription(String description)A short description of the job.Customization.BuilderdisplayName(String displayName)A user-friendly display name for the job.Customization.Builderentities(List<CustomizationReferencedEntities> entities)array of referenced entitiesCustomization.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.Customization.Builderid(String id)The OCID of the job.Customization.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state in more detail.Customization.BuilderlifecycleState(Customization.LifecycleState lifecycleState)The current state of the Job.Customization.BuildermodelDetails(CustomizationModelDetails modelDetails)Customization.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.Customization.BuildertimeCreated(Date timeCreated)Customization Created time.Customization.BuildertimeUpdated(Date timeUpdated)Customization Updated time.Customization.BuildertrainingDataset(CustomizationDatasetDetails trainingDataset)
 
- 
- 
- 
Method Detail- 
idpublic Customization.Builder id(String id) The OCID of the job.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic Customization.Builder displayName(String displayName) A user-friendly display name for the job.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic Customization.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
 
 - 
aliaspublic Customization.Builder alias(String alias) Customization Details Alias- Parameters:
- alias- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic Customization.Builder description(String description) A short description of the job.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
modelDetailspublic Customization.Builder modelDetails(CustomizationModelDetails modelDetails) 
 - 
lifecycleStatepublic Customization.Builder lifecycleState(Customization.LifecycleState lifecycleState) The current state of the Job.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic Customization.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
 
 - 
timeCreatedpublic Customization.Builder timeCreated(Date timeCreated) Customization Created time.An RFC3339 formatted datetime string. - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic Customization.Builder timeUpdated(Date timeUpdated) Customization Updated time.An RFC3339 formatted datetime string. - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
trainingDatasetpublic Customization.Builder trainingDataset(CustomizationDatasetDetails trainingDataset) 
 - 
entitiespublic Customization.Builder entities(List<CustomizationReferencedEntities> entities) array of referenced entities- Parameters:
- entities- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic Customization.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 Customization.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 Customization.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 Customization build() 
 - 
copypublic Customization.Builder copy(Customization model) 
 
- 
 
-