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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeResponderRecipeCompartmentDetailsbuild()ChangeResponderRecipeCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment into which the responder recipe is to be movedChangeResponderRecipeCompartmentDetails.Buildercopy(ChangeResponderRecipeCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic 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
 
 - 
buildpublic ChangeResponderRecipeCompartmentDetails build() 
 - 
copypublic ChangeResponderRecipeCompartmentDetails.Builder copy(ChangeResponderRecipeCompartmentDetails model) 
 
- 
 
-