Package com.oracle.bmc.cloudguard.model
Class ChangeResponderRecipeCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudguard.model.ChangeResponderRecipeCompartmentDetails.Builder
-
- Enclosing class:
- ChangeResponderRecipeCompartmentDetails
public static class ChangeResponderRecipeCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeResponderRecipeCompartmentDetails
build()
ChangeResponderRecipeCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment into which the responder recipe is to be movedChangeResponderRecipeCompartmentDetails.Builder
copy(ChangeResponderRecipeCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeResponderRecipeCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment into which the responder recipe is to be moved- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangeResponderRecipeCompartmentDetails build()
-
copy
public ChangeResponderRecipeCompartmentDetails.Builder copy(ChangeResponderRecipeCompartmentDetails model)
-
-