Class UpdateDynamicSetDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.UpdateDynamicSetDetails.Builder
-
- Enclosing class:
- UpdateDynamicSetDetails
public static class UpdateDynamicSetDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDynamicSetDetailsbuild()UpdateDynamicSetDetails.Buildercopy(UpdateDynamicSetDetails model)UpdateDynamicSetDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateDynamicSetDetails.Builderdescription(String description)User-specified description of the dynamic set.UpdateDynamicSetDetails.BuilderdisplayName(String displayName)User-friendly name for the dynamic set.UpdateDynamicSetDetails.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.UpdateDynamicSetDetails.BuildermatchingRule(MatchingRule matchingRule)UpdateDynamicSetDetails.BuildermatchType(MatchType matchType)Include either any or all attributes.UpdateDynamicSetDetails.BuildertargetCompartments(List<TargetCompartmentDetails> targetCompartments)The list of compartment details.
-
-
-
Method Detail
-
displayName
public UpdateDynamicSetDetails.Builder displayName(String displayName)
User-friendly name for the dynamic set.- Parameters:
displayName- the value to set- Returns:
- this builder
-
description
public UpdateDynamicSetDetails.Builder description(String description)
User-specified description of the dynamic set.Avoid entering confidential information.
- Parameters:
description- the value to set- Returns:
- this builder
-
targetCompartments
public UpdateDynamicSetDetails.Builder targetCompartments(List<TargetCompartmentDetails> targetCompartments)
The list of compartment details.- Parameters:
targetCompartments- the value to set- Returns:
- this builder
-
matchType
public UpdateDynamicSetDetails.Builder matchType(MatchType matchType)
Include either any or all attributes.- Parameters:
matchType- the value to set- Returns:
- this builder
-
matchingRule
public UpdateDynamicSetDetails.Builder matchingRule(MatchingRule matchingRule)
-
freeformTags
public UpdateDynamicSetDetails.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 UpdateDynamicSetDetails.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 UpdateDynamicSetDetails build()
-
copy
public UpdateDynamicSetDetails.Builder copy(UpdateDynamicSetDetails model)
-
-