Package com.oracle.bmc.oda.model
Class UpdateDigitalAssistantDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.oda.model.UpdateDigitalAssistantDetails.Builder
-
- Enclosing class:
- UpdateDigitalAssistantDetails
public static class UpdateDigitalAssistantDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDigitalAssistantDetails
build()
UpdateDigitalAssistantDetails.Builder
category(String category)
The resource’s category.UpdateDigitalAssistantDetails.Builder
copy(UpdateDigitalAssistantDetails model)
UpdateDigitalAssistantDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys.UpdateDigitalAssistantDetails.Builder
description(String description)
A short description of the resource.UpdateDigitalAssistantDetails.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type, or scope.
-
-
-
Method Detail
-
category
public UpdateDigitalAssistantDetails.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
-
description
public UpdateDigitalAssistantDetails.Builder description(String description)
A short description of the resource.- Parameters:
description
- the value to set- Returns:
- this builder
-
freeformTags
public UpdateDigitalAssistantDetails.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
-
definedTags
public UpdateDigitalAssistantDetails.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
-
build
public UpdateDigitalAssistantDetails build()
-
copy
public UpdateDigitalAssistantDetails.Builder copy(UpdateDigitalAssistantDetails model)
-
-