public static class DigitalAssistantSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public DigitalAssistantSummary.Builder id(String id)
Unique immutable identifier that was assigned when the resource was created.
id
- the value to setpublic DigitalAssistantSummary.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.
name
- the value to setpublic DigitalAssistantSummary.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.
version
- the value to setpublic DigitalAssistantSummary.Builder displayName(String displayName)
The resource’s display name.
displayName
- the value to setpublic DigitalAssistantSummary.Builder namespace(String namespace)
The resource’s namespace.
namespace
- the value to setpublic DigitalAssistantSummary.Builder category(String category)
The resource’s category. This is used to group resource’s together.
category
- the value to setpublic DigitalAssistantSummary.Builder lifecycleState(LifecycleState lifecycleState)
The resource’s current state.
lifecycleState
- the value to setpublic DigitalAssistantSummary.Builder lifecycleDetails(BotPublishState lifecycleDetails)
The resource’s publish state.
lifecycleDetails
- the value to setpublic DigitalAssistantSummary.Builder platformVersion(String platformVersion)
The ODA Platform Version for this resource.
platformVersion
- the value to setpublic DigitalAssistantSummary.Builder timeCreated(Date timeCreated)
When the resource was created. A date-time string as described in RFC 3339, section 14.29.
timeCreated
- the value to setpublic DigitalAssistantSummary.Builder timeUpdated(Date timeUpdated)
When the resource was last updated. A date-time string as described in RFC 3339, section 14.29.
timeUpdated
- the value to setpublic DigitalAssistantSummary.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 DigitalAssistantSummary.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 DigitalAssistantSummary build()
public DigitalAssistantSummary.Builder copy(DigitalAssistantSummary model)
Copyright © 2016–2024. All rights reserved.