Class UpdateProfileDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.UpdateProfileDetails.Builder
-
- Enclosing class:
- UpdateProfileDetails
public static class UpdateProfileDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateProfileDetails
build()
UpdateProfileDetails.Builder
copy(UpdateProfileDetails model)
UpdateProfileDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.UpdateProfileDetails.Builder
description(String description)
User-specified description of the profile.UpdateProfileDetails.Builder
displayName(String displayName)
A user-friendly name for the profile.UpdateProfileDetails.Builder
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.UpdateProfileDetails.Builder
isDefaultProfile(Boolean isDefaultProfile)
Indicates if the profile is set as the default.
-
-
-
Method Detail
-
displayName
public UpdateProfileDetails.Builder displayName(String displayName)
A user-friendly name for the profile.Does not have to be unique. Avoid entering confidential information.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
description
public UpdateProfileDetails.Builder description(String description)
User-specified description of the profile.- Parameters:
description
- the value to set- Returns:
- this builder
-
isDefaultProfile
public UpdateProfileDetails.Builder isDefaultProfile(Boolean isDefaultProfile)
Indicates if the profile is set as the default.There is exactly one default profile for a specified architecture, OS family, registration type, and vendor. When registering an instance with the corresonding characteristics, the default profile is used, unless another profile is specified.
- Parameters:
isDefaultProfile
- the value to set- Returns:
- this builder
-
freeformTags
public UpdateProfileDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public UpdateProfileDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public UpdateProfileDetails build()
-
copy
public UpdateProfileDetails.Builder copy(UpdateProfileDetails model)
-
-