public static class UpdateSkillDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateSkillDetails |
build() |
UpdateSkillDetails.Builder |
category(String category)
The resource’s category.
|
UpdateSkillDetails.Builder |
copy(UpdateSkillDetails model) |
UpdateSkillDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys.
|
UpdateSkillDetails.Builder |
description(String description)
A short description of the resource.
|
UpdateSkillDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type, or scope.
|
public UpdateSkillDetails.Builder category(String category)
The resource’s category. This is used to group resource’s together.
category
- the value to setpublic UpdateSkillDetails.Builder description(String description)
A short description of the resource.
description
- the value to setpublic UpdateSkillDetails.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 UpdateSkillDetails.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 UpdateSkillDetails build()
public UpdateSkillDetails.Builder copy(UpdateSkillDetails model)
Copyright © 2016–2024. All rights reserved.