Class ChangeHostScanRecipeCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.vulnerabilityscanning.model.ChangeHostScanRecipeCompartmentDetails.Builder
-
- Enclosing class:
- ChangeHostScanRecipeCompartmentDetails
public static class ChangeHostScanRecipeCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeHostScanRecipeCompartmentDetails
build()
ChangeHostScanRecipeCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment into which the host scan recipe should be moved.ChangeHostScanRecipeCompartmentDetails.Builder
copy(ChangeHostScanRecipeCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public 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
-
build
public ChangeHostScanRecipeCompartmentDetails build()
-
copy
public ChangeHostScanRecipeCompartmentDetails.Builder copy(ChangeHostScanRecipeCompartmentDetails model)
-
-