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