Package com.oracle.bmc.oda.model
Class UpdateSkillDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.oda.model.UpdateSkillDetails.Builder
-
- Enclosing class:
- UpdateSkillDetails
public static class UpdateSkillDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
category
public UpdateSkillDetails.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 UpdateSkillDetails.Builder description(String description)
A short description of the resource.- Parameters:
description
- the value to set- Returns:
- this builder
-
freeformTags
public 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”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public 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”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public UpdateSkillDetails build()
-
copy
public UpdateSkillDetails.Builder copy(UpdateSkillDetails model)
-
-