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