public static class UpdateOdaInstanceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateOdaInstanceDetails |
build() |
UpdateOdaInstanceDetails.Builder |
copy(UpdateOdaInstanceDetails model) |
UpdateOdaInstanceDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys.
|
UpdateOdaInstanceDetails.Builder |
description(String description)
Description of the Digital Assistant instance.
|
UpdateOdaInstanceDetails.Builder |
displayName(String displayName)
User-friendly name for the Digital Assistant instance.
|
UpdateOdaInstanceDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type, or scope.
|
public UpdateOdaInstanceDetails.Builder displayName(String displayName)
User-friendly name for the Digital Assistant instance.
displayName
- the value to setpublic UpdateOdaInstanceDetails.Builder description(String description)
Description of the Digital Assistant instance.
description
- the value to setpublic UpdateOdaInstanceDetails.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 UpdateOdaInstanceDetails.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 UpdateOdaInstanceDetails build()
public UpdateOdaInstanceDetails.Builder copy(UpdateOdaInstanceDetails model)
Copyright © 2016–2024. All rights reserved.