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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeDetectorRecipeCompartmentDetails
build()
ChangeDetectorRecipeCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment into which the detector recipe is to be movedChangeDetectorRecipeCompartmentDetails.Builder
copy(ChangeDetectorRecipeCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public 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
-
build
public ChangeDetectorRecipeCompartmentDetails build()
-
copy
public ChangeDetectorRecipeCompartmentDetails.Builder copy(ChangeDetectorRecipeCompartmentDetails model)
-
-