Package com.oracle.bmc.oda.model
Class DigitalAssistant.Builder
- java.lang.Object
- 
- com.oracle.bmc.oda.model.DigitalAssistant.Builder
 
- 
- Enclosing class:
- DigitalAssistant
 
 public static class DigitalAssistant.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DigitalAssistant.BuilderbaseId(String baseId)The unique identifier for the base reource (when this resource extends another).DigitalAssistantbuild()DigitalAssistant.Buildercategory(String category)The resource’s category.DigitalAssistant.Buildercopy(DigitalAssistant model)DigitalAssistant.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Usage of predefined tag keys.DigitalAssistant.Builderdescription(String description)A short description of the resource.DigitalAssistant.BuilderdialogVersion(String dialogVersion)The resource’s dialog version.DigitalAssistant.BuilderdisplayName(String displayName)The resource’s display name.DigitalAssistant.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type, or scope.DigitalAssistant.Builderid(String id)Unique immutable identifier that was assigned when the resource was created.DigitalAssistant.BuilderlifecycleDetails(BotPublishState lifecycleDetails)The resource’s publish state.DigitalAssistant.BuilderlifecycleState(LifecycleState lifecycleState)The resource’s current state.DigitalAssistant.BuildermultilingualMode(BotMultilingualMode multilingualMode)The multilingual mode for the resource.DigitalAssistant.Buildername(String name)The reource’s name.DigitalAssistant.Buildernamespace(String namespace)The resource’s namespace.DigitalAssistant.BuildernativeLanguageTags(List<String> nativeLanguageTags)A list of native languages supported by this resource.DigitalAssistant.BuilderplatformVersion(String platformVersion)The ODA Platform Version for this resource.DigitalAssistant.BuilderprimaryLanguageTag(String primaryLanguageTag)The primary language for the resource.DigitalAssistant.BuildertimeCreated(Date timeCreated)When the resource was created.DigitalAssistant.BuildertimeUpdated(Date timeUpdated)When the resource was last updated.DigitalAssistant.Builderversion(String version)The resource’s version.
 
- 
- 
- 
Method Detail- 
idpublic DigitalAssistant.Builder id(String id) Unique immutable identifier that was assigned when the resource was created.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
namepublic DigitalAssistant.Builder name(String name) The reource’s name.The name can contain only letters, numbers, periods, and underscores. The name must begin with a letter. - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
versionpublic DigitalAssistant.Builder version(String version) The resource’s version.The version can only contain numbers, letters, periods, underscores, dashes or spaces. The version must begin with a letter or a number. - Parameters:
- version- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic DigitalAssistant.Builder displayName(String displayName) The resource’s display name.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
categorypublic DigitalAssistant.Builder category(String category) The resource’s category.This is used to group resource’s together. - Parameters:
- category- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic DigitalAssistant.Builder description(String description) A short description of the resource.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
namespacepublic DigitalAssistant.Builder namespace(String namespace) The resource’s namespace.- Parameters:
- namespace- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic DigitalAssistant.Builder lifecycleState(LifecycleState lifecycleState) The resource’s current state.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic DigitalAssistant.Builder lifecycleDetails(BotPublishState lifecycleDetails) The resource’s publish state.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
platformVersionpublic DigitalAssistant.Builder platformVersion(String platformVersion) The ODA Platform Version for this resource.- Parameters:
- platformVersion- the value to set
- Returns:
- this builder
 
 - 
dialogVersionpublic DigitalAssistant.Builder dialogVersion(String dialogVersion) The resource’s dialog version.- Parameters:
- dialogVersion- the value to set
- Returns:
- this builder
 
 - 
baseIdpublic DigitalAssistant.Builder baseId(String baseId) The unique identifier for the base reource (when this resource extends another).- Parameters:
- baseId- the value to set
- Returns:
- this builder
 
 - 
multilingualModepublic DigitalAssistant.Builder multilingualMode(BotMultilingualMode multilingualMode) The multilingual mode for the resource.- Parameters:
- multilingualMode- the value to set
- Returns:
- this builder
 
 - 
primaryLanguageTagpublic DigitalAssistant.Builder primaryLanguageTag(String primaryLanguageTag) The primary language for the resource.- Parameters:
- primaryLanguageTag- the value to set
- Returns:
- this builder
 
 - 
nativeLanguageTagspublic DigitalAssistant.Builder nativeLanguageTags(List<String> nativeLanguageTags) A list of native languages supported by this resource.- Parameters:
- nativeLanguageTags- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic DigitalAssistant.Builder timeCreated(Date timeCreated) When the resource was created.A date-time string as described in RFC 3339, section 14.29. - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic DigitalAssistant.Builder timeUpdated(Date timeUpdated) When the resource was last updated.A date-time string as described in RFC 3339, section 14.29. - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic DigitalAssistant.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type, or scope.Example: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic DigitalAssistant.Builder definedTags(Map<String,Map<String,Object>> definedTags) Usage of predefined tag keys.These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic DigitalAssistant build() 
 - 
copypublic DigitalAssistant.Builder copy(DigitalAssistant model) 
 
- 
 
-