Package com.oracle.bmc.cloudguard.model
Class ChangeDetectorRecipeCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudguard.model.ChangeDetectorRecipeCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeDetectorRecipeCompartmentDetails
 
 public static class ChangeDetectorRecipeCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeDetectorRecipeCompartmentDetailsbuild()ChangeDetectorRecipeCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment into which the detector recipe is to be movedChangeDetectorRecipeCompartmentDetails.Buildercopy(ChangeDetectorRecipeCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeDetectorRecipeCompartmentDetails.Builder compartmentId(String compartmentId) The OCID of the compartment into which the detector recipe is to be moved- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeDetectorRecipeCompartmentDetails build() 
 - 
copypublic ChangeDetectorRecipeCompartmentDetails.Builder copy(ChangeDetectorRecipeCompartmentDetails model) 
 
- 
 
-