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