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