Class TargetCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.TargetCompartmentDetails.Builder
-
- Enclosing class:
- TargetCompartmentDetails
public static class TargetCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TargetCompartmentDetailsbuild()TargetCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment.TargetCompartmentDetails.Buildercopy(TargetCompartmentDetails model)TargetCompartmentDetails.BuilderdoesIncludeChildren(Boolean doesIncludeChildren)Indicates if the child compartments are included in the matching rule.
-
-
-
Method Detail
-
compartmentId
public TargetCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
doesIncludeChildren
public TargetCompartmentDetails.Builder doesIncludeChildren(Boolean doesIncludeChildren)
Indicates if the child compartments are included in the matching rule.- Parameters:
doesIncludeChildren- the value to set- Returns:
- this builder
-
build
public TargetCompartmentDetails build()
-
copy
public TargetCompartmentDetails.Builder copy(TargetCompartmentDetails model)
-
-