public static class UpdateDigitalAssistantDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public UpdateDigitalAssistantDetails.Builder category(String category)
The resource’s category. This is used to group resource’s together.
category
- the value to setpublic UpdateDigitalAssistantDetails.Builder description(String description)
A short description of the resource.
description
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic UpdateDigitalAssistantDetails build()
public UpdateDigitalAssistantDetails.Builder copy(UpdateDigitalAssistantDetails model)
Copyright © 2016–2024. All rights reserved.